mysqljs / mysql

A pure node.js JavaScript Client implementing the MySQL protocol.
MIT License
18.27k stars 2.52k forks source link

Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client #2541

Closed Seyfle closed 2 years ago

Seyfle commented 2 years ago

Hi i have some problems to access to my database the error is in the title. My auth plugin is mysql_native_password.

Can someone help me ?

EDIT : nvm I fixed it

Bensonheimer992 commented 9 months ago

how did you fix it ?