-
Notifications
You must be signed in to change notification settings - Fork 109
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
ER_NOT_SUPPORTED_AUTH_MODE #109
Comments
Can you provide more information?
|
Running into this as well:
My connections to the database work from outside this library. Here's the config that gets passed to
|
just query this in the mysql connection that you want to connect to or switch to mysql 5.something ALTER USER 'YOUR USERNAME'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YOUR PASSWORD' flush privileges; |
oh and if this doesnt work remove the @ |
This actually worked for me!!! I ran it in MySQL Workbench and had to remove the This is using a MySQL DB on Digital Ocean. Why is this broken? Is it Digital Ocean's problem? Did I configure something wrong in my Ubuntu server setup? |
its not broken, in mysql 5.7 passwords are stored differently and that's why that happens i think |
This should work now as the package is changed to mysql2. |
ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
The text was updated successfully, but these errors were encountered: