-
-
Notifications
You must be signed in to change notification settings - Fork 618
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
None Working Server Implamentation #332
Comments
Currently this library does not support so called "Insecure auth", and looks like the user in your test is configured to have it. Are you controlling that user? Is it migrating to 4.1 auth an option for you @frank-dspeed ? I'm not sure if insecure auth is going to be supported out of the box by this module ( though it'll be easy to have it client side when plugin auth support landed - see #331 You can read more about "Old password" / "New secure auth" here - https://dev.mysql.com/doc/internals/en/authentication-method.html |
i readed it all but i still dont understand what to do because i am not as familary with the mysql protocoll it self :(. |
Your options right now are
Here is documentation for option 1: https://dev.mysql.com/doc/refman/5.6/en/account-upgrades.html |
Hello my Frind trying to get this running on ubuntu 16.04 nodejs 6.2.1 main problem is all test fail
Error: Client does not support authentication protocol requested by server; consider upgrading MySQL client
i am wondering what that means
mysql Ver 14.14 Distrib 5.7.12, for Linux (x86_64) using EditLine wrapper
is this only compatible to mysql 5.6 ?
The text was updated successfully, but these errors were encountered: