mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(MySQL8): Add Drop script (#5828)
This commit is contained in:
9
data/sql/create/drop_mysql_8.sql
Normal file
9
data/sql/create/drop_mysql_8.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'acore'@'localhost';
|
||||
|
||||
DROP USER 'acore'@'localhost';
|
||||
|
||||
DROP DATABASE IF EXISTS `acore_world`;
|
||||
|
||||
DROP DATABASE IF EXISTS `acore_characters`;
|
||||
|
||||
DROP DATABASE IF EXISTS `acore_auth`;
|
||||
Reference in New Issue
Block a user