Files
mod-playerbots/sql/playerbots/create/drop_mysql_8.sql
2022-03-12 22:27:09 +01:00

6 lines
139 B
SQL

REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'acore'@'localhost';
DROP USER 'acore'@'localhost';
DROP DATABASE IF EXISTS `acore_playerbots`;