You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, does the package support using mysql2 driver? If yes, please could you provide an example of how to configure the environments. My current environment config looks like this:
"dev": {
"driver": "mysql",
"user": {"ENV": "DB_USER"},
"password": {"ENV": "DB_PASSWORD"},
"host": {"ENV": "DB_HOST_NAME"},
"database": {"ENV": "DB_NAME"},
"schema": {"ENV": "DB_NAME"},
"ssl": true,
"multipleStatements": true
}
Does the ssl flag true work or should i change it to 'Amazon RDS' profile as i'm connecting to an Amazon MySql RDS instance. also, does the driver need to be changed to 'mysql2'?
The text was updated successfully, but these errors were encountered:
Hi, does the package support using mysql2 driver? If yes, please could you provide an example of how to configure the environments. My current environment config looks like this:
"dev": {
"driver": "mysql",
"user": {"ENV": "DB_USER"},
"password": {"ENV": "DB_PASSWORD"},
"host": {"ENV": "DB_HOST_NAME"},
"database": {"ENV": "DB_NAME"},
"schema": {"ENV": "DB_NAME"},
"ssl": true,
"multipleStatements": true
}
Does the ssl flag true work or should i change it to 'Amazon RDS' profile as i'm connecting to an Amazon MySql RDS instance. also, does the driver need to be changed to 'mysql2'?
The text was updated successfully, but these errors were encountered: