mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
10 lines
218 B
SQL
10 lines
218 B
SQL
REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'acore'@'localhost';
|
|
|
|
DROP USER 'acore'@'localhost';
|
|
|
|
DROP DATABASE IF EXISTS `acore_world`;
|
|
|
|
DROP DATABASE IF EXISTS `acore_characters`;
|
|
|
|
DROP DATABASE IF EXISTS `acore_auth`;
|