RE: [PHP-DB] Re: PHP/MySQL not available remotely...

2002-12-04 Thread dufronte
-Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 11:48 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Re: PHP/MySQL not available remotely... On Thursday 05 December 2002 00:44, Chase wrote: > Yes I am. > > I was just asked to

Re: [PHP-DB] Re: PHP/MySQL not available remotely...

2002-12-04 Thread Chase
The phpinfo() call works great on the server itself, but I cannot get the information to display to anyone that connects to the server. "Jason Wong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Thursday 05 December 2002 00:44, Chase wrote: > > Yes I am. >

Re: [PHP-DB] Re: PHP/MySQL not available remotely...

2002-12-04 Thread Jason Wong
On Thursday 05 December 2002 00:44, Chase wrote: > Yes I am. > > I was just asked to create a simple web page that would display the > visitors IP address using: > > So you're saying that the above works ... > and when I call this up over the intranet or internet it works just fine. > However, I

Re: [PHP-DB] Re: PHP/MySQL not available remotely...

2002-12-04 Thread Chase
Yes I am. I was just asked to create a simple web page that would display the visitors IP address using: and when I call this up over the intranet or internet it works just fine. However, I was also asked to create a page that would just display the PHP Info screen and that will only show up on

Re: [PHP-DB] Re: PHP/MySQL not available remotely...

2002-12-04 Thread David Smith
Are you able to connect to the MySQL server from the command line using a non-php client? --Dave On Wed, 2002-12-04 at 09:04, [EMAIL PROTECTED] wrote: > > do you have the persmissions set either for [EMAIL PROTECTED](which > would only work from remotehost.com) or username@'%' (which would work

Re: [PHP-DB] Re: PHP/MySQL not available remotely...

2002-12-04 Thread Jeffrey_N_Dyke
do you have the persmissions set either for [EMAIL PROTECTED](which would only work from remotehost.com) or username@'%' (which would work for that username from any host) hth jeff