How to Fix Node.js connection to MYSQL error.

Resolve Node.js connection to MYSQL error.

error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by serv

How to Fix:

//yourpassword is your password, as well ae root & host
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'yourpassword';

Read More:

Leave a Reply

Your email address will not be published. Required fields are marked *