查询得知我自己的navicat版本不支持这种格式的密码,一开始使用
alter user 'root'@'%' identified with mysql_native_password by 'root';发现出现图下的报错,而后修改为
alter user 'root'@'localhost' identified with mysql_native_password by 'root';在navicat中重新输入密码后连接成功。
查询得知我自己的navicat版本不支持这种格式的密码,一开始使用
alter user 'root'@'%' identified with mysql_native_password by 'root';发现出现图下的报错,而后修改为
alter user 'root'@'localhost' identified with mysql_native_password by 'root';在navicat中重新输入密码后连接成功。