diff options
| author | Brian <runningnak3d@gmail.com> | 2010-07-09 05:03:31 -0600 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-07-09 05:03:31 -0600 |
| commit | b7014c0dc8315804e98411793c75ed0a507a967d (patch) | |
| tree | 82e0a2c1611f37962b27f07c56bd7104ab53e712 /sql/create/drop_mysql.sql | |
| parent | 45e2a65fad6549ff93005ff166fba309c20259e0 (diff) | |
| parent | 70a31424f864e29d2f672e18867f9b5e9b9cdfd8 (diff) | |
* Core switched to support client 3.3.5a (build 12340)
* You *MUST* extract new DBCs / maps / vmaps
* You *MUST* use UP32
* Be sure to update your realmlist
* Huge thanks to TOM_RUS
--HG--
branch : trunk
Diffstat (limited to 'sql/create/drop_mysql.sql')
| -rw-r--r-- | sql/create/drop_mysql.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/create/drop_mysql.sql b/sql/create/drop_mysql.sql index c0ec81e378f..ee05439df99 100644 --- a/sql/create/drop_mysql.sql +++ b/sql/create/drop_mysql.sql @@ -8,9 +8,9 @@ REVOKE ALL PRIVILEGES ON `characters` . * FROM 'trinity'@'localhost'; REVOKE GRANT OPTION ON `characters` . * FROM 'trinity'@'localhost'; -REVOKE ALL PRIVILEGES ON `realmd` . * FROM 'trinity'@'localhost'; +REVOKE ALL PRIVILEGES ON `auth` . * FROM 'trinity'@'localhost'; -REVOKE GRANT OPTION ON `realmd` . * FROM 'trinity'@'localhost'; +REVOKE GRANT OPTION ON `auth` . * FROM 'trinity'@'localhost'; DROP USER 'trinity'@'localhost'; @@ -18,4 +18,4 @@ DROP DATABASE IF EXISTS `world`; DROP DATABASE IF EXISTS `characters`; -DROP DATABASE IF EXISTS `realmd`; +DROP DATABASE IF EXISTS `auth`; |
