Skip to content
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 error! ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client #149

Closed
ghost opened this issue Nov 21, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 21, 2019

Was trying to connect to a server i have running. I'm using MySQL. I know my username and password are correct. Maybe it has something to do with the new security implementation by default in MySQL 8. From what i have read :
"MySQL 8 has supports pluggable authentication methods. By default, one of them named caching_sha2_password is used rather than our good old mysql_native_password"

at this link at post 4.
: https://stackoverflow.com/questions/50093144/mysql-8-0-client-does-not-support-authentication-protocol-requested-by-server

However im not too sure if that the case or not. Just trying to give as much info as possible. Thanks in advance.

@Bajdzis
Copy link
Owner

Bajdzis commented Jan 25, 2020

You are right, unfortunately we are not yet supporting new mysql 8 authorization methods.

More info -> #104

@Bajdzis Bajdzis closed this as completed Jan 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant