Ubuntu 8.04 LTS MySQL port remote access
        Posted  
        
            by Stig Christian
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Stig Christian
        
        
        
        Published on 2010-05-20T12:56:37Z
        Indexed on 
            2010/05/20
            13:00 UTC
        
        
        Read the original article
        Hit count: 278
        
mysql
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?
© Stack Overflow or respective owner