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

mysql caching_sha2_password异常分析

时间:2018-07-20 22:35:08      阅读:275      评论:0      收藏:0      [点我收藏+]

标签:password   cat   分享   png   MySQL报错   输入   alter   com   通过命令   

使用navicat连接mysql报错

技术分享图片

解决办法:

通过命令行登录mysql后,
输入:
alter user ‘root‘@‘localhost‘ IDENTIFIED WITH mysql_native_password BY ‘123456‘;
更改root账户使用的验证插件为mysql_native_password。

mysql caching_sha2_password异常分析

标签:password   cat   分享   png   MySQL报错   输入   alter   com   通过命令   

原文地址:https://www.cnblogs.com/xyhero/p/9343763.html

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