Where can I find what versions of mysql are supported by mysql2
package?
#1838
Unanswered
cliffordfajardo
asked this question in
Q&A
Replies: 2 comments 1 reply
-
The answer is "its complicated" Most mysql servers respond "v10" as a version of mysql protocol, BUT
It would be good to compile the matrix of supoorted ( or partially supported ) features. I created an issue to track that - #1839 Can you elaborate a bit on "I'm having trouble connecting" - what errors you see, what have you tried etc so I can help solving the issue |
Beta Was this translation helpful? Give feedback.
1 reply
-
list of capabilities flags: https://dev.mysql.com/doc/dev/mysql-server/latest/group__group__cs__capabilities__flags.html |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Where can I find what versions of mysql are supported by
mysql2
package?I'm having trouble connecting to my DB & was wondering if its because its I'm using MYSQL v 8.0
Beta Was this translation helpful? Give feedback.
All reactions