MySQL Forums
Forum List  »  Newbie

Remote Connections to MySQL
Posted by: Tim Weichselbaum
Date: July 08, 2005 05:39PM

I can't figure out how to allow one server to connect to another server's database, to be able to run SQL queries in a PHP script. What exactly needs to be done for this to work? So far when I try to connect like I would on the server that has the database I'm talking about, on the remote server, I get the following error:

Warning: mysql_connect(): Access denied for user: '...@...' (Using password: YES) in ...

It's tough for me to find where exactly in the MySQL Documentation it explains this. Please help.

Options: ReplyQuote


Subject
Written By
Posted
Remote Connections to MySQL
July 08, 2005 05:39PM


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.