Page 1 of 1

Connect via PHP Tunnel

Posted: 06.05.2010, 14:32
by savari
Hi,

Help me please, how to connect to mysql database on the server with ip restrictions (use php-tunnel). What ZeosLib can do this?

Thanks...

Posted: 12.05.2010, 10:09
by trupka
Hi,
If you mean ssh tunnel with php, all you need to do is to setup port forwarding and connect ZConnection to local (forwarded) TCP port. From ZEOS point of view, there is not difference between forwarded port to database and "direct". This is networking problem.