mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
* Update drop file as well
--HG-- branch : trunk
This commit is contained in:
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user