I am facing problem connecting problem connecting remote MySQL server which is firewall protected. I used the valid user name and password, but it throws me the error
OperationalError: (2003, "Can't connect to MySQL server on 'www.myreomtemysqlserver.com' (10061)")
I want to connect from python.
I searched in Google is there anyway so that I can connect MySQL server through SSH. MySQL server is running on UNIX box.
Is there any thing I do on server or is there any package to connect to MySQL which is firewall protected?
Please help me out.
Thanks.
kath.