aboutsummaryrefslogtreecommitdiff
path: root/sql/create
diff options
context:
space:
mode:
Diffstat (limited to 'sql/create')
-rw-r--r--sql/create/drop_mysql.sql6
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`;