Upgrade mysql package to mysql2 to support new auth methods

Signed-off-by: Michael Irwin <mikesir87@gmail.com>
This commit is contained in:
Michael Irwin
2022-11-22 23:12:30 -05:00
parent 1d79efa7fa
commit 726bfd126b
3 changed files with 73 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
const waitPort = require('wait-port');
const fs = require('fs');
const mysql = require('mysql');
const mysql = require('mysql2');
const {
MYSQL_HOST: HOST,