在Liunx系统下安装了MySQL, 但是使用客户端工具NavicatPremium连接Liunx安装的MySQL时, 出现如下错误:
Cliet does not support authentication protocol requested by server, consider upgrading MySQL cliet
解决方案:
1.查看自己的Liunx系统下是否安装了igiptables防火墙,如果安装了进行2, 3步骤, 如果没有安装进行以下操作:
在Liunx中输入命令安装igiptables:

yum install iptables-services

2.安装完之后,输入如下命令:

chkconfig iptables off

关闭防火墙

3.重启Liunx系统

再次连接, 连接成功
如图, 红框是自己Liunx系统的ip:
Cliet does not support authentication protocol requested by server, consider upgrading MySQL cliet

相关文章:

  • 2022-12-23
  • 2021-05-17
  • 2021-09-19
  • 2021-06-14
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-21
  • 2021-06-04
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案