For the record, that (110) means this:
Code:
rbemrose@www:~$ perror 110
OS error code 110: Connection timed out
I'd double check that the database server is using port 3306. For that matter, they may have the database server restricted to only listen for connections from localhost (this is common for web hosting packages); you may need to ask their tech support about that.
__________________