mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 19:53:02 -04:00
12 lines
241 B
SQL
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`;
|