Todd wrote: > TC> The error is a timeout with the following message > TC> and I think the answer is right in front of me: > TC> need to open port 110. Could that be true?
No. Port 110 is used for POP. Barring any unforeen setup, the MySQL daemon runs on port 3306. > TC> Warning: Can't connect to MySQL server on '209.204.172.137' > TC> (110) in /var/www/html/mysql/php/connect.php on line 2 Hmm, are you sure you are trying to connect to it via a domain socket? Dunno exactly what happens if you enter a specific IP-address in PHP, but it might try and connect to it using TCP/IP and the domain may not be setup as allowed to connect that way. Try it simple first; leave the server name blank (""), or put "localhost". - Mark --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php