mxwcore-wotlk/data/sql/create/drop_mysql_8.sql

10 lines
218 B
MySQL
Raw Permalink Normal View History

2023-11-07 05:04:30 -05:00
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`;