-
-
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
connection failure to mysql 8 #62
Comments
I have same question |
I use mysql 8 with |
Still a thing :( can we fix this? |
Temporary solution: |
Any update about this? Thank you. |
No that I am aware of. You need to change the authentication plugin to The required steps is to implement the handshake of the password according to the References:
Ideally, there should be a way to specify before hand the public key of the server. And not only the on-demand key exchange. The branch https://github.com/bcardiff/crystal-mysql/tree/sha2_password can help as a starting point. |
Any solution for this yet? I'm seeing this error even after updating the plugin to |
You may need to reset the password as well
On Friday, October 30, 2020, Dan Carpenter ***@***.***> wrote:
Any solution for this yet? I'm seeing this error even after updating the
plugin to mysql_native_password.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.<
|
Bump, 4 years and counting |
If you run mysql through homebrew on macos like I do, these are the steps I took to get it working:
After all that, it should work as expected. |
Exception: packet 254 not implemented (Exception)
from lib/mysql/src/mysql/connection.cr:29:9 in 'initialize'
from lib/mysql/src/mysql/connection.cr:4:3 in 'new'
connecting to mysql 8 instance...
The text was updated successfully, but these errors were encountered: