ER_NOT_SUPPORTED_AUTH_MODE - MySQL server

前端 未结 11 861
旧时难觅i
旧时难觅i 2020-12-02 10:22

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

11条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-02 11:06

    try the older version of mysql like 5.6.40, it uses by default SHA256_password auth where new version 8.0. uses by default sha2_password auth which is more secure and throw this authentication protocol error. MYSQL installer 5.6.40

提交回复
热议问题