请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答 回答被采纳积分+3

3回答

木讷25 2019-10-03 21:20:49

Execute the following query in MYSQL Workbench

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'

Where root as your userlocalhost as your URL and password as your password

Try connecting using node after you do so

This is because caching_sha2_password is introduced in MySQL 8.0, but the Node.js version is not implemented yet.

Copy from Stack Overflow

0 回复 有任何疑惑可以回复我~
慕姐9566582 2019-09-08 01:29:01

解决了吗,我跟你的问题一样

0 回复 有任何疑惑可以回复我~
双越 2019-06-25 14:16:22

先自己百度一下“mysql access denied for user 'root'@'localhost'”,有很多结果,试着自己调一下。

毕竟你那边的情况我也不知道,没法给出具体的建议。你先自己尝试搞一下,再遇到问题再来回复。

0 回复 有任何疑惑可以回复我~

相似问题

登录后可查看更多问答,登录/注册

问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信