navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案
今天安装了navicat 和 mysql,结果最后在navicat中连接mysql时,出现了如下错误提示:Client does not support authentication protocol requested by server; consider upgrading MySQL client1网上找了如下方法:其一:mysql> SET PASSWORD FOR -> 'some_user'@'some_host' = OLD_PASSWORD('newpw...