Files

12 lines
241 B
SQL
Raw Permalink Normal View History

2021-05-13 16:55:01 +02:00
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`;