add mysql permissions

This commit is contained in:
Adam Brokes
2020-07-14 17:33:53 +10:00
parent 598ef33ef6
commit 0e5da47ef0
3 changed files with 31 additions and 10 deletions

View File

@@ -110,6 +110,7 @@ atl_jdbc_ctype: "{{ lookup('env', 'ATL_JDBC_CTYPE') or 'en_US.UTF-8' }}"
atl_jdbc_template: "{{ lookup('env', 'ATL_JDBC_TEMPLATE') or 'template1' }}"
atl_jdbc_query_params_for_engine:
aurora_postgres: "?targetServerType=master"
rds_mysql: "?useUnicode=true&characterEncoding=UTF8&sessionVariables=default_storage_engine=InnoDB"
atl_jdbc_engine_map:
aurora_postgres: "postgres"
rds_postgres: "postgres"