码迷,mamicode.com
首页 > 数据库 > 详细

Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client。 node 连接mysql报错:

时间:2019-05-02 21:36:46      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:his   mode   error:   method   res   not   native   The   inpu   

//solve method,input your password in ‘YourRootPassword‘:
 
ALTER USER ‘root‘@‘localhost‘ IDENTIFIED WITH mysql_native_password BY ‘YourRootPassword‘;
FLUSH PRIVILEGES;
 
//result shows in this fig:

技术图片

 

Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client。 node 连接mysql报错:

标签:his   mode   error:   method   res   not   native   The   inpu   

原文地址:https://www.cnblogs.com/begin256/p/10803401.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!