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.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @foonkus,
I see you already executed
However did you flushed the database privileges?
Enter again into MySQL and run
That should be enough to get you start!
Regards, KDSys