hello all, i'm new to ispconfig, i want to access mysql remotely. created account, gave privileges, i can login locally, but not remotely. Code: netstat -tap | grep mysqlf tcp 0 0 0.0.0.0:mysql 0.0.0.0:* LISTEN 11382/mysqld
when i try to connect from another computer, stays still and timeouts after 2-3 minutes.. Code: # ufw status Status: inactive Code: # iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination
If MySQL is listening on all interfaces and there is no local firewall, then you most likely have an external firewall or router in front of the server that blocks the connection.