-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to connect to MySQL 8 #140
Comments
Sorry. All my database servers are at most MySQL 5.5. |
Looks good! But we definitely need to preserve support for "mysql_old_password" without specify this old authentication method as additional parameter. Current behavior can broke all users of legacy MySQL servers. |
Not full test with 'mysql_old_password' yet. I will have a try with it and give a compatible PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MySQL 8 default auth plugin is "caching_sha2_password".
caching_sha2_password need support.
The text was updated successfully, but these errors were encountered: