标签: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