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
@@ -82,7 +82,7 @@
"mammoth": "^1.5.1",
"moment": "^2.29.3",
"mongodb": "6.2.0",
"mysql2": "^3.5.1",
"mysql2": "^3.9.2",
"node-fetch": "^2.6.11",
"node-html-markdown": "^1.3.0",
"notion-to-md": "^3.1.1",