diff options
author | maximius <none@none> | 2009-10-13 16:19:48 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-10-13 16:19:48 -0700 |
commit | 913359d574eed4e4f7627c94cb2c289d2dd60ad5 (patch) | |
tree | 5b4954afcb7d9df88fe4b6d7f8cde07f6cac3b76 /sql/drop_mysql.sql | |
parent | 3069fd6fb1bb61b8e7d97128ae8448859533824c (diff) |
*Fix drop_mysql.sql wrong revokes, by Oculus
--HG--
branch : trunk
Diffstat (limited to 'sql/drop_mysql.sql')
-rw-r--r-- | sql/drop_mysql.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/drop_mysql.sql b/sql/drop_mysql.sql index 1f2bf090ef8..63f64a01e1e 100644 --- a/sql/drop_mysql.sql +++ b/sql/drop_mysql.sql @@ -1,8 +1,8 @@ REVOKE ALL PRIVILEGES ON * . * FROM 'trinity'@'localhost'; -REVOKE ALL PRIVILEGES ON `mangos` . * FROM 'trinity'@'localhost'; +REVOKE ALL PRIVILEGES ON `world` . * FROM 'trinity'@'localhost'; -REVOKE GRANT OPTION ON `mangos` . * FROM 'trinity'@'localhost'; +REVOKE GRANT OPTION ON `world` . * FROM 'trinity'@'localhost'; REVOKE ALL PRIVILEGES ON `characters` . * FROM 'trinity'@'localhost'; |