Use mysql2 to fix mysql connection issue for mysql 8 (#1955)

* Use mysql2 to fix mysql connection issue for mysql 8

* update pnpm-lock

* update pnpm-lock

* fix lint issue

* fix lint issue
This commit is contained in:
Zheng Can
2024-03-30 23:58:15 +08:00
committed by GitHub
parent aa6aa2e461
commit a09b7f7e39
3 changed files with 18 additions and 56 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.9.2",
"openai": "^4.20.0",
"pg": "^8.11.1",
"posthog-node": "^3.5.0",