1 2 3 4 5 6 7 8 9 10 11
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`;