[PHP] Receiving mySQL result from remote server?

2001-09-24 Thread Jeff Lewis
Is it possible to have a script at xyz.com retrieve data from a mySQL database on abc.com? Jeff

Re: [PHP] Receiving mySQL result from remote server?

2001-09-24 Thread Ben . Edwards
there support website (you could have a look at www.pair.com/support). Neb Jeff Lewis [EMAIL PROTECTED] on 24/09/2001 15:52:24 Please respond to Jeff Lewis [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: [PHP] Receiving mySQL result from remote server? Is it possible to have a script

Re: [PHP] Receiving mySQL result from remote server?

2001-09-24 Thread Jeff Lewis
: Monday, September 24, 2001 10:52 AM Subject: Re: [PHP] Receiving mySQL result from remote server? Yes, in fact it is normal. Having dedicated MySQL box is a good idea. A lot of the MySQL security is based around this. To find out how look in the MySQL manual (download .pdf from

Re: [PHP] Receiving mySQL result from remote server?

2001-09-24 Thread David Robley
On Tue, 25 Sep 2001 00:42, Jeff Lewis wrote: I am assuming that all I need to change is the host/domain so that instead of localhost it would be something else. Am I assuming right? So I could have www.abc.com or the IP? Jeff The grant tables on the mysql server must have permissions for