Files
TrinityCore/sql/create/drop_mysql_8.sql
2022-01-09 00:36:20 +01:00

12 lines
241 B
SQL

REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'trinity'@'localhost';
DROP USER 'trinity'@'localhost';
DROP DATABASE IF EXISTS `world`;
DROP DATABASE IF EXISTS `characters`;
DROP DATABASE IF EXISTS `auth`;
DROP DATABASE IF EXISTS `hotfixes`;