Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mysql2 and SSL #54

Open
varunmenon opened this issue Jul 12, 2024 · 0 comments
Open

Mysql2 and SSL #54

varunmenon opened this issue Jul 12, 2024 · 0 comments

Comments

@varunmenon
Copy link

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'?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant