diff options
Diffstat (limited to 'sql/drop_mysql.sql')
-rw-r--r-- | sql/drop_mysql.sql | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sql/drop_mysql.sql b/sql/drop_mysql.sql deleted file mode 100644 index c0ec81e378f..00000000000 --- a/sql/drop_mysql.sql +++ /dev/null @@ -1,21 +0,0 @@ -REVOKE ALL PRIVILEGES ON * . * FROM 'trinity'@'localhost'; - -REVOKE ALL PRIVILEGES ON `world` . * FROM 'trinity'@'localhost'; - -REVOKE GRANT OPTION ON `world` . * FROM 'trinity'@'localhost'; - -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 GRANT OPTION ON `realmd` . * FROM 'trinity'@'localhost'; - -DROP USER 'trinity'@'localhost'; - -DROP DATABASE IF EXISTS `world`; - -DROP DATABASE IF EXISTS `characters`; - -DROP DATABASE IF EXISTS `realmd`; |