diff --git a/data/sql/create/drop_mysql.sql b/data/sql/create/drop_mysql.sql index 21598bf63..8b8d66f28 100644 --- a/data/sql/create/drop_mysql.sql +++ b/data/sql/create/drop_mysql.sql @@ -8,9 +8,9 @@ REVOKE ALL PRIVILEGES ON `acore_characters` . * FROM 'acore'@'localhost'; REVOKE GRANT OPTION ON `acore_characters` . * FROM 'acore'@'localhost'; -REVOKE ALL PRIVILEGES ON `auth` . * FROM 'acore'@'localhost'; +REVOKE ALL PRIVILEGES ON `acore_auth` . * FROM 'acore'@'localhost'; -REVOKE GRANT OPTION ON `auth` . * FROM 'acore'@'localhost'; +REVOKE GRANT OPTION ON `acore_auth` . * FROM 'acore'@'localhost'; DROP USER 'acore'@'localhost';