Jump to content

EzMySql error 3


Recommended Posts

hi everyone, sorry for the inconvenience, I have a problem with the EzMySql library, in practice the script that used to work for me now tells me error 3 ,Erro string: client not support  autentication protocol request by server ; consider upgrade mysql client ,  but is fresh install   anyone  have  solution ? or idea?? thanks a lot  at all

Link to comment
Share on other sites

thanks  for right way , i must do it

 

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;

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...