mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2026-08-14 18:29:08 -04:00
9 lines
282 B
SQL
9 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`;
|