|
jwoker 8/25/2006 |
When you say it's a hosted server that means it is not your personal server or pc which is what localhost would be used for. Try putting in either the hosted server's ip or your domain name -- xxx.xxx.xxx.xxx or mysite.com . |
R
|
rgman author 8/25/2006 |
When you say it's a hosted server that means it is not your personal server or pc which is what localhost would be used for. Try putting in either the hosted server's ip or your domain name -- xxx.xxx.xxx.xxx or mysite.com .
|
A
|
amirgulamali 8/25/2006 |
Hey, |
R
|
rgman author 8/26/2006 |
Hey, Try consulting this page: Verifying your MySQL Information http://www.phplivesupport.com/documentatio...hp?aid=35&pid=1 It explains how to verify your databse connection. Upload the php file on your server and test the connection with your hostname, username and password. Hope that helps, it helped me so thought of sharing it. If it has nothing to do with PHPRunner, i suggest you contact godaddy to find out the exact db details Goodluck ----------------- Amir
|
|
jwoker 8/26/2006 |
~~You might check that your server localhost or whatever has been granted access to mysql. In cpanel on the mysql page at the bottom is a section called host access where you can grant access to various ip's. Also, you might try installing one of the Fantastico applications and see if it's connect to database script is able to connect. |