fix(MySQL8): Add Drop script (#5828)

This commit is contained in:
Kitzunu
2021-05-18 23:42:11 +02:00
committed by GitHub
parent 40ed3a575b
commit 633dbb9d94

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