mysql is no valid sql-type #35
Answered
by
curzon01
DerDoubleD
asked this question in
Q&A
-
|
If I change it to sqlite, there's no error. But nothing is written either. |
Beta Was this translation helpful? Give feedback.
Answered by
curzon01
Oct 9, 2025
Replies: 2 comments
-
|
For MySQL, you need the Python MySQL client. If you install it as specified ( For sqlite an no data: Pls share your complete parameter list you tried |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
curzon01
-
|
Thanks for your fast answer! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For MySQL, you need the Python MySQL client. If you install it as specified (
python -m pip install -r requirements.txt), sql-type mysql becomes a valid option.For sqlite an no data: Pls share your complete parameter list you tried