Node JS and mysql not connecting (client does not support authentication protocol requested by server consider upgrading mysql client)

后端 未结 4 1360
再見小時候
再見小時候 2021-01-19 08:09

I\'m trying to connect my NodeJs application with a mysql database but its not connecting for some reason.

I did install the mysql npm like this (typed this in comma

4条回答
  •  Happy的楠姐
    2021-01-19 08:18

    Use the new mysql2 library instead of mysql in order to use the new authentication method of MySQL 8.0

    ~ Tested in node version 13.6.0 and MySQL 8.0.21

提交回复
热议问题