mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
6 lines
139 B
SQL
6 lines
139 B
SQL
REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'acore'@'localhost';
|
|
|
|
DROP USER 'acore'@'localhost';
|
|
|
|
DROP DATABASE IF EXISTS `acore_playerbots`;
|