ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 104
ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 104
我正在尝试在 ubuntu 服务器 17.04 上设置 mysql,以便我可以远程访问它。
目前它已启动并且 运行,我可以在本地访问它,或者如果我先通过 SSH 访问它,但是当我尝试在我的 linux mint 机器上使用 mysql -h <ip> -u <admin> -p
进行连接时。
它给了我 ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 104
这是我的/etc/mysql/my.cnf
[mysqld]
bind-address = 0.0.0.0
skip-name-resolve
我目前在两台机器上都关闭了防火墙
我的用户是 CREATE USER '<username>'@'%' AS IDENTIFIED BY '<Password>'
我已经多次重启服务器,重新启动服务,还没有让它工作。
我也尝试在我的 windows 机器上使用 HeidiSQL 进行连接,我得到了同样的错误。
不确定还能尝试什么
这是内部端口阻塞的问题
我正在尝试在 ubuntu 服务器 17.04 上设置 mysql,以便我可以远程访问它。
目前它已启动并且 运行,我可以在本地访问它,或者如果我先通过 SSH 访问它,但是当我尝试在我的 linux mint 机器上使用 mysql -h <ip> -u <admin> -p
进行连接时。
它给了我 ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 104
这是我的/etc/mysql/my.cnf
[mysqld]
bind-address = 0.0.0.0
skip-name-resolve
我目前在两台机器上都关闭了防火墙
我的用户是 CREATE USER '<username>'@'%' AS IDENTIFIED BY '<Password>'
我已经多次重启服务器,重新启动服务,还没有让它工作。
我也尝试在我的 windows 机器上使用 HeidiSQL 进行连接,我得到了同样的错误。
不确定还能尝试什么
这是内部端口阻塞的问题