Hey,
I just installed mysql on my server. But when I try to connect to this server it says me "Can't connect to MYSQL server on 'ip address(not local ip address)' (10061)
Please help me :)
-Nils
Hey,
I just installed mysql on my server. But when I try to connect to this server it says me "Can't connect to MYSQL server on 'ip address(not local ip address)' (10061)
Please help me :)
-Nils
i guess you don´t have shell access to your server...?
So in Windows open commandline and type: telnet <YOUR-SERVER-IP> 3306 If you can´t make a connection (getting an error), your server is not listening to mysql port from outside. AND it´s not a good idea to open it!
Please login to leave a reply, or register at first.