mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
10 lines
204 B
SQL
10 lines
204 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`;
|