DB: Add drop script compatible with MySQL 8

(cherry picked from commit 7e5c1cf453972e142613ab828b75c8635edf697d)
This commit is contained in:
Giacomo Pozzoni
2022-01-02 19:55:05 +01:00
committed by funjoker
parent 74174332c6
commit 528e9959e8
+11
View File
@@ -0,0 +1,11 @@
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`;
DROP DATABASE IF EXISTS `hotfixes`;