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

Client does not support authentication protocol requested by server; consider upgrading MySQL client #199

Open
Shahaed opened this issue Mar 10, 2023 · 4 comments

Comments

@Shahaed
Copy link

Shahaed commented Mar 10, 2023

image

@EthanKunce
Copy link

I also have this problem!

@imahbub
Copy link

imahbub commented Mar 21, 2023

Having the same issue

@nikbpetrov
Copy link

Potentially solvable by #193

@AleksKravtsov
Copy link

AleksKravtsov commented Sep 13, 2023

Execute the following query in MYSQL Workbench
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
Where root as your user localhost as your URL and password as your password

Then run this query to refresh privileges:
FLUSH PRIVILEGES;

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

5 participants