* Update drop file as well

--HG--
branch : trunk
This commit is contained in:
Brian
2010-07-09 02:47:16 -06:00
parent 1f5be45855
commit 948e86ef17

View File

@@ -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`;