By foonkus
I get this error Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
I did connected to the database with HeidiSQL and used “ALTER USER ‘user’@‘host’ IDENTIFIED WITH ‘mysql_native_password’ BY ‘pw’;”
and it ran the query but my script still gives the error.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @foonkus,
I see you already executed
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'
However did you flushed the database privileges?
Enter again into MySQL and run
flush privileges;
That should be enough to get you start!
Regards, KDSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.