mysql远程连接错误提醒:2013-Lost connection to MySQL server at ‘reading initial communication packet', system error: 0

因为没有匹配

解决方法:

1、在hosts.allow 文件中添加  mysqld:ALL

[root@ucDB204 ~]# cat /etc/hosts.allow
mysqld:ALL

2、测试客户端连接(连接成功)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
  • 2021-07-04
  • 2021-10-04
  • 2022-12-23
  • 2021-06-28
猜你喜欢
  • 2021-07-24
  • 2022-12-23
  • 2021-09-07
  • 2021-08-10
  • 2021-10-06
  • 2022-12-23
  • 2021-12-30
相关资源
相似解决方案