When I try to connect to the remote mysql db from my local XAMPP php, it says,
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host
'testhost.testserver.com' (11004) in D:\xampp\htdocs\cvsprojects\test\initdb.php
on line 24
I am sure the mysql host, user name , password are correct to connect.
Your remote MySQL server must allow remote clients to connect. I Am quoting this from a web page
Moreover, make sure your system can access the network your remote server is hosted on. After that its plain simple connection settings or strings as some call it.