fix(DB/MySQL): Drop script table name (#7788)
This commit is contained in:
parent
186346a244
commit
551747d4c0
1 changed files with 2 additions and 2 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue