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';