1 rskandy Nov 22, 2005 22:48
3 rskandy Nov 22, 2005 23:02
personman wrote:
The MySQL database needs to be accessible from the internet. Ideally, you would host the database with your web host rather than on a local machine. If your files are on a remote server and your database is on your local computer, then 'localhost' won't work as the database host, because the remote server thinks of localhost as itself, not as the computer the browser is running on. Check with your host. They probably provide mysql hosting.
No, I uploaded the DB also...I will check with myhosting to see if thier is anything special I need to do.. But, 1 other question....instead of localhost, could I use the IP address of the server, and does that require a path with?
The MySQL database needs to be accessible from the internet. Ideally, you would host the database with your web host rather than on a local machine. If your files are on a remote server and your database is on your local computer, then 'localhost' won't work as the database host, because the remote server thinks of localhost as itself, not as the computer the browser is running on. Check with your host. They probably provide mysql hosting.