如何修复 ubuntu 服务器上的 mysql 2003 超时错误?
how to fix mysql 2003 timed out error on ubuntu server?
我无法让其他 PC 使用 mysql 连接到我的服务器。
我已经设置了 bind-address = 0.0.0.0
网络统计:
root@localhost:~# netstat -nlt | grep 3306
tcp6 0 0 :::3306 :::* LISTEN
远程登录:
root@localhost:~# telnet liortesta.cf 3306
Trying 104.254.244.201...
Connected to liortesta.cf.
Escape character is '^]'.
[
5.7.26-0ubuntu0.18.04.1
K)%O)Vs Z
^;
3mysql_native_password
nmap:
root@localhost:~# nmap -p 3306 liortesta.cf
Starting Nmap 7.60 ( https://nmap.org ) at 2019-07-25 12:39 UTC
Nmap scan report for liortesta.cf (104.254.244.201)
Host is up (0.000037s latency).
rDNS record for 104.254.244.201: linux
PORT STATE SERVICE
3306/tcp open mysql
Nmap done: 1 IP address (1 host up) scanned in 0.29 seconds
来自另一台服务器:
nmap -p 3306 liortesta.cf
Starting Nmap 7.01 ( https://nmap.org ) at 2019-07-25 08:56 EDT
Nmap scan report for liortesta.cf (104.254.244.201)
Host is up (0.051s latency).
PORT STATE SERVICE
3306/tcp filtered mysql
Nmap done: 1 IP address (1 host up) scanned in 0.92 seconds
root@serv:~# telnet liortesta.cf 3306
Trying 104.254.244.201...
2003,“无法连接到 'liortesta.cf' 上的 MySQL 服务器(超时)
我不知道该怎么办
抱歉,服务器提供商也有防火墙,它阻止了我的连接
我无法让其他 PC 使用 mysql 连接到我的服务器。 我已经设置了 bind-address = 0.0.0.0
网络统计:
root@localhost:~# netstat -nlt | grep 3306
tcp6 0 0 :::3306 :::* LISTEN
远程登录:
root@localhost:~# telnet liortesta.cf 3306
Trying 104.254.244.201...
Connected to liortesta.cf.
Escape character is '^]'.
[
5.7.26-0ubuntu0.18.04.1
K)%O)Vs Z
^;
3mysql_native_password
nmap:
root@localhost:~# nmap -p 3306 liortesta.cf
Starting Nmap 7.60 ( https://nmap.org ) at 2019-07-25 12:39 UTC
Nmap scan report for liortesta.cf (104.254.244.201)
Host is up (0.000037s latency).
rDNS record for 104.254.244.201: linux
PORT STATE SERVICE
3306/tcp open mysql
Nmap done: 1 IP address (1 host up) scanned in 0.29 seconds
来自另一台服务器:
nmap -p 3306 liortesta.cf
Starting Nmap 7.01 ( https://nmap.org ) at 2019-07-25 08:56 EDT
Nmap scan report for liortesta.cf (104.254.244.201)
Host is up (0.051s latency).
PORT STATE SERVICE
3306/tcp filtered mysql
Nmap done: 1 IP address (1 host up) scanned in 0.92 seconds
root@serv:~# telnet liortesta.cf 3306
Trying 104.254.244.201...
2003,“无法连接到 'liortesta.cf' 上的 MySQL 服务器(超时)
我不知道该怎么办
抱歉,服务器提供商也有防火墙,它阻止了我的连接