fix: condition for mariadb grants for aws rds

This commit is contained in:
Revant Nandgaonkar
2020-07-16 06:06:48 +05:30
parent 9a22832389
commit c2ebdfcf8b
2 changed files with 8 additions and 6 deletions

View File

@@ -9,3 +9,4 @@ APPS_TXT_FILE = 'apps.txt'
COMMON_SITE_CONFIG_FILE = 'common_site_config.json'
DATE_FORMAT = "%Y%m%d_%H%M%S"
RDS_DB = 'rds_db'
RDS_PRIVILEGES = "SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, CREATE VIEW, EVENT, TRIGGER, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, EXECUTE, LOCK TABLES"