Merge pull request #3991 from nlynzaad/develop_mysql2

swap mysql library and knex client for mysql2
This commit is contained in:
jc21
2024-10-11 14:05:26 +10:00
committed by GitHub
5 changed files with 73 additions and 24 deletions

View File

@ -34,7 +34,7 @@ const configure = () => {
logger.info('Using MySQL configuration');
instance = {
database: {
engine: 'mysql',
engine: 'mysql2',
host: envMysqlHost,
port: process.env.DB_MYSQL_PORT || 3306,
user: envMysqlUser,