I have setup a MySQL database. When I try to access it through my Node JS server, I am getting the error
\"ER_NOT_SUPPORTED_AUTH_MODE: Client does no
For now 8.0 version is way to change plugin : Use this example:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'