[PHP] firewalls MySQL sessions

2001-02-26 Thread Jared Howard

I'm having trouble establishing MySQL sessions when the client is running
from behind a remote firewall.  (I.e., the MySQL server has a static
internet IP, but the remote client which is accessing, or better said,
attempting to access the MySQL database via PHP in their browser can't seem
to establish a MySQL session.)

Does anybody have any experience with this phenomenon?

Thanks.

Lee Howard


-- 
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] firewalls MySQL sessions

2001-02-26 Thread Yasuo Ohgaki

Hello Lee,

I cannot imagin exact environtment that you have. Anyway,

Are you sure that your servers (Web Server running PHP and Database server
running MySQL) can talk to each other? It seems you have firewall(or like,
router/proxy/etc) between your web server and your database server.

Regards,
--

Yasuo Ohgaki

 I'm having trouble establishing MySQL sessions when the client is running
 from behind a remote firewall.  (I.e., the MySQL server has a static
 internet IP, but the remote client which is accessing, or better said,
 attempting to access the MySQL database via PHP in their browser can't
seem
 to establish a MySQL session.)

 Does anybody have any experience with this phenomenon?

 Thanks.

 Lee Howard


 --
 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]