My website is hosted by http://atspace.com and these are the details for my database:
host: fdb3.atspace.com
user: xxxxxx
pass: yyyyyy
database name: nnnnnn
So basically I've just installed mysql command line client on my computer (windows vista) and I tried running
mysql -uxxxxxx -pyyyyyy -hfdb3.atspace.com nnnnnn
but I'm always getting the error:
ERROR 2003 (HY000): Can't connect to MySQL server on 'fdb3.atspace.com' (10061)
Basically my question is how do we connect to a remote mysql server from a computer?