[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


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 www.mysql.com) or go on the mysal
mailing list (same domain) or if you have a decent isp get primer from
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 at xyz.com retrieve data from a mySQL
database on abc.com?

Jeff







-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


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

2001-09-24 Thread Jeff Lewis

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
- Original Message -
From: [EMAIL PROTECTED]
To: Jeff Lewis [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: 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 www.mysql.com) or go on the mysal
 mailing list (same domain) or if you have a decent isp get primer from
 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 at xyz.com retrieve data from a mySQL
 database on abc.com?

 Jeff












 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 the remote 
host/user/password, of course.

-- 
David Robley  Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES  Flinders University, SOUTH AUSTRALIA  

   Ignore the first three turnings, said Tom forthrightly.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]