mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08: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`;
|