mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 10:00:02 +01: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`;
|