DB: Add drop script compatible with MySQL 8

(cherry picked from commit 7e5c1cf453)
This commit is contained in:
Giacomo Pozzoni
2021-05-13 16:55:01 +02:00
committed by funjoker
parent 74174332c6
commit 528e9959e8

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`;