When trying to test the connection to my online database I get the following error: http://img34.imageshack.us/img34/7028/problemot.th.png What could be causing this problem?
ERROR 2003 (HY000): Can't connect to MySQL server on '80.249.173.141' (111) I get the following error. The server and mysql is working,because I have a website on it.
I'm guessing 80.249.173.141 is a host on the public internet, not on a private network. In that case, your ISP is probably blocking external MySQL access for security reasons. You would probably only be able to connect to MySQL by first logging in to the machine using SSH, and then connecting to mysql from the command line on the same machine.
One way to get Jet Profiler to connect to it would then be to establish and ssh tunnel, see this post: