美文网首页
mysql caching-sha2-password连接错误问

mysql caching-sha2-password连接错误问

作者: 易雪月 | 来源:发表于2018-05-04 19:52 被阅读0次
ALTER USER 'root'@'localhost' IDENTIFIED BY 'password' PASSWORD EXPIRE NEVER; #修改加密规则 
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'; #更新一下用户的密码 
FLUSH PRIVILEGES; #刷新权限 
再重置下密码:alter user 'root'@'localhost' identified by '12345678';
截图效果

参考自 https://blog.csdn.net/u010026255/article/details/80062153

相关文章

网友评论

      本文标题:mysql caching-sha2-password连接错误问

      本文链接:https://www.haomeiwen.com/subject/qrrjrftx.html