diff --git a/data/sql/create/drop_mysql_8.sql b/data/sql/create/drop_mysql_8.sql new file mode 100644 index 000000000..669e2538b --- /dev/null +++ b/data/sql/create/drop_mysql_8.sql @@ -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`;