cmangos-tbc/sql/create/db_drop_mysql.sql
Cyberium 612aed246d Fix db_drop_mysql.sql
Another fix for this file to be more correct.
2018-11-16 21:05:03 +01:00

7 lines
267 B
SQL

/* Delete default user and its privileges (require MYSQL 5.7, MARIADB 10.1.3) */
DROP USER IF EXISTS `mangos`@`localhost`;
/* Delete default tables */
DROP DATABASE IF EXISTS `tbcmangos`;
DROP DATABASE IF EXISTS `tbccharacters`;
DROP DATABASE IF EXISTS `tbcrealmd`;