Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Sep 4, 2022
1 parent f8bc496 commit 1ad843d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions wotlkdoc/server/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,3 @@ def post_hook(self):
self.mk_rg3()

"""
mysql --host="prod-server.c7pwcs7oc5l0.us-east-1.rds.amazonaws.com" --user="admin" --password="gw8CH&wjRW%Q"
GRANT ALL PRIVILEGES ON * . * TO 'acore'@'gw8CH&wjRW%Q' WITH GRANT OPTION;
CREATE USER 'acore'@'localhost' IDENTIFIED BY 'acore' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0;
CREATE USER 'new_master_user'@'%' IDENTIFIED BY 'password';
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, PROCESS, REFERENCES, INDEX, ALTER, SHOW DATABASES, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, REPLICATION SLAVE, REPLICATION CLIENT, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, CREATE USER, EVENT, TRIGGER ON *.* TO 'new_master_user'@'%' WITH GRANT OPTION;
"""

0 comments on commit 1ad843d

Please sign in to comment.