mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
*Fix drop_mysql.sql wrong revokes, by Oculus
--HG-- branch : trunk
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user