mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
8 lines
302 B
SQL
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`;
|