tags:

views:

21

answers:

0

Hi!

I have tried everything I know, but still no solution to this problem.

MySQL works perfectly on localhost, but it seems port 3306 is blocked from the outside...

I have commented out "bind-address" in /etc/mysql/my.cnf, and there is no iptables rules that deny this port. (I have even opened the port in iptables just to be sure)

Still I can`t connect to the server from a remote connection (telnet or portscan returns negative results).

Where is the problem?