cmangos-tbc/sql/create/db_drop_mysql.sql
namreeb b455500dff [s2433] Anticheat: Initial implementation
Integration credit: killerwife

Notes:
Adds logs database and revisions
2021-08-27 16:32:11 +02:00

8 lines
302 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 `tbclogs`;
DROP DATABASE IF EXISTS `tbccharacters`;
DROP DATABASE IF EXISTS `tbcrealmd`;