MySQL Forums
Forum List  »  PHP

Re: mysql_connect(...) = Not working. Where should I start?
Posted by: Rupak Pasari
Date: April 08, 2006 08:04AM

You mentioned that the PHP script you are running is not on the same server where the mysql database lies.

As far as i know mysql_connect() does not connects a database located on a different server. Both the PHP script and the mysql database should be on the same server.

Try by having both on the same server.

I hope your problem would be solved.

Best of luck,
Rupak

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.