Files
mod-playerbots/data/sql/playerbots/create/drop_mysql_8.sql

6 lines
139 B
SQL

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