Not Localhost

windows

Guest
Hi,<br /><br />I'm connecting to and using a mysql db using localhost successfully.<br /><br />I want to attach to the same db from a different domain (on the same server/reseller account)<br /><br />I set up a new access host (mysql.myawesomedomain.com), but my php complains: <br /><br />Warning: mysql_connect(): Unknown MySQL Server Host 'mysql.myawesomedomain.com' (25) in *********** on line 12<br />Could not connect<br /><br />What steps am I missing?<br /><br />thanks!<br /><br />Mel<!--content-->
Don't know if this will help a lot, but when using MyODBC to connect an Access db from my PC to a MySQL db on my hosting space, I use the IP address for the host. Just plain IP address.<!--content-->
 
Top