-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
"Client does not support authentication protocol requested by server; consider upgrading MySQL client (Exception)" #56
Comments
/cc @bcardiff 😅 |
@FredTheHomie specs are run agains 5.6 and 5.7 only. Probably a bit old if you are running latest version. Would you mind telling the exact version you are using? |
I ran into this, worked around it by setting a "normal" password for root, FWIW (see comments here: https://dev.mysql.com/doc/refman/5.5/en/old-client.html ). Annnd the comments were all removed. Nice mysql. Anyway fix was |
I have the same issue with MySQL 8.0.13. |
yeah, it's because the README code initialize without any password for user |
Add instructions to run the example when get the error `Unhandled exception: Client does not support authentication protocol requested by server; consider upgrading MySQL client (Exception)` Closes crystal-lang#56
with mysql there's a problem with packet 254, probably related to #62 , trying to figure out |
I don't think this was exactly fixed (though a work around was mentioned in the README)...consider reopen'ing? |
I get the below error when I try to run the example test code. I am not sure what is causing this. Any help would be greatly appreciated. Just as a note, I have the latest version of MySql.
The text was updated successfully, but these errors were encountered: