luighi Posted June 10, 2021 Share 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 Link to comment Share on other sites More sharing options...
Luke94 Posted June 10, 2021 Share Posted June 10, 2021 Check out this and this. luighi 1 Link to comment Share on other sites More sharing options...
luighi Posted June 10, 2021 Author Share 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; Link to comment Share on other sites More sharing options...
Luke94 Posted June 10, 2021 Share Posted June 10, 2021 No problem - glad you solved it ☺️ Link to comment Share on other sites More sharing options...
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