freakazoid
Verified User
- Joined
- Jan 17, 2019
- Messages
- 13
Hi all,
I'm trying to connect to an external MySQL cluster and am running into a strange issue. When I want to test the connection and connect in CLI to it as root using this it works nicely;
mysql -u username -p -h 123.123.123.123
But as a directadmin user it give me this error;
ERROR 2002 (HY000): Can't connect to server on '123.123.123.123' (115)
I have no additional firewall stuff, no CSF etc.
# iptables -L
What is blocking the traffic for the user? I'm out of ideas.
Thanks for the help!
I'm trying to connect to an external MySQL cluster and am running into a strange issue. When I want to test the connection and connect in CLI to it as root using this it works nicely;
mysql -u username -p -h 123.123.123.123
But as a directadmin user it give me this error;
ERROR 2002 (HY000): Can't connect to server on '123.123.123.123' (115)
I have no additional firewall stuff, no CSF etc.
# iptables -L
nmap give me this;# Warning: iptables-legacy tables present, use iptables-legacy to see them
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
nmap -n -Pn -p 3306 123.123.123.123
Starting Nmap 7.80 ( https://nmap.org ) at 2022-11-18 20:31 CET
Nmap scan report for 123.123.123.123
Host is up.
PORT STATE SERVICE
3306/tcp filtered mysql
What is blocking the traffic for the user? I'm out of ideas.
Thanks for the help!