mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 10:00:02 +01:00
10 lines
282 B
SQL
10 lines
282 B
SQL
REVOKE ALL PRIVILEGES ON * . * FROM 'acore'@'localhost';
|
|
|
|
REVOKE ALL PRIVILEGES ON `acore_playerbots` . * FROM 'acore'@'localhost';
|
|
|
|
REVOKE GRANT OPTION ON `acore_playerbots` . * FROM 'acore'@'localhost';
|
|
|
|
DROP USER 'acore'@'localhost';
|
|
|
|
DROP DATABASE IF EXISTS `acore_playerbots`;
|