-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Please update Readme with SHA2 password authentication example. #113
Comments
It should work without additional configuration on the client. |
It does not work with Digital Ocean MySQL 8.0 Authetication. It does not either when Digital Ocean by passes it down to MySQL 5.x My Config example below. Are these settings correct as far as you know? Digital Ocean Managed Database.
|
Is there still no solution to to this? Nothing at all? The most IMPORTANT part of the project which is to connect, does not actually work. |
@lideming Is there any reference for Authentication Method Mismatch protocol? The link is invalid now. I'd like to do some research and willing to contribute if it is in my ablity |
@shiyuhang0 It's the "Authentication Method Mismatch" part in Connection Phase (https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_connection_phase.html). We have implemented only the "Authentication Phase Fast Path" currently and can not switch authentication method in case of the mismatch. Thanks for your research and PRs are welcome. |
Where is the working example for this feature? I still have no idea how to implement it.
The text was updated successfully, but these errors were encountered: