本地安装Mysql后,navicat链接异常:Clinet dose not support authentication protocol request by server ; consider upgrading MySQL client
程序员文章站
2022-04-23 11:52:33
第一步:首先通过cmd进入mysql 在命令窗口 输入:mysql -u root -p; 第二步:更改加密方式 mysql> ALTER USER 'root'@'localhost' IDENTIFIED BY 'password' PASSWORD EXPIRE NEVER; Query OK ......
第一步:首先通过cmd进入mysql
在命令窗口 输入:mysql -u root -p;
第二步:更改加密方式
mysql>
alter
user
'root'
@
'localhost'
identified
by
'password'
password
expire never;
query ok, 0
rows
affected (0.10 sec)
第三步:更改密码
mysql>
alter
user
'root'
@
'localhost'
identified
with
mysql_native_password
by
'123456'
;
query ok, 0
rows
affected (0.35 sec)
这个密码是navicat链接mysql 的密码;
第四步:刷新
mysql> flush
privileges
;
query ok, 0
rows
affected (0.28 sec)
第五步:重新连接navicat,输入第三步设置的密码。
上一篇: 豫妃:仅仅5年就封妃,她死后乾隆罢朝三日