aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/drop_mysql.sql4
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';