mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
DB: Add drop script compatible with MySQL 8
This commit is contained in:
committed by
Ovahlord
parent
cc33d38d80
commit
2c4a20da24
9
sql/create/drop_mysql_8.sql
Normal file
9
sql/create/drop_mysql_8.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
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`;
|
||||
Reference in New Issue
Block a user