I am trying to connect a remote mysql server but when I try to connect then I get following error:
ERROR 2003 (HY000): Can't connect to MySQL server on 'My Server IP' (110)
Possibilities (Found over the web) :
1. May be local computer's outgoing connection not allowed from where I am connecting.
I have tried to connect another remote mysql remote server which is accessible. So its mean there is not any error related to outbound rule.
2. May be remote server's port is not public.
- I have tried to connect same server which is not accessible from Computer A, with Computer B and its working fine with Computer B.
Advice?
Have u any idea what can be wrong except above possibilities?
thanks in advace