-
Hi,
What is your suggestion to solve this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
sajaddp
Jul 21, 2021
Replies: 1 comment 2 replies
-
Solution: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sajaddp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution:
Install mysql2 with
npm i -S mysql2
and indatabase.ts
changeclient: 'mysql'
toclient: 'mysql2'