Have a question that I can't seem to find an answer for. I am trying to connect to a remote database. I type in the following to my shell:
mysql -u test -h host.name.com -p
mysql asks for my password and then outputs the following:
ERROR 2005 (HY000): Unknown MySQL server host 'host.name.com' (1)
but when I try with the ip address for that hostname
mysql -u test -h xxx.xxx.xxx.xx -p
it works fine