luighi Posted June 10, 2021 Posted June 10, 2021 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
luighi Posted June 10, 2021 Author Posted June 10, 2021 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;
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now