用navicat链接mysql8

当出现authentication plugin 'caching_sha2_password'错误时 用命令行登陆mysql并执行如下代码mysql

mysql -uroot -p123456;
alter user 'root'@'localhost' identified with mysql_native_password by '你的密码';
相关文章
相关标签/搜索