db-migrate / db-migrate/mysql

Mysql2 and SSL

Open
#54 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
51
Forks
37
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.