This topic is locked

phprunner and ssl tunnel

8/28/2007 1:52:57 AM
PHPRunner General questions
coolbyte author

Due to security reasons our mysql server is guarded by a firewall and can be accessed by a ssl tunnel only from outside the office.

(see http://realprogrammers.com/how_to/set_up_a...ith_putty.html)). While this works fine with most applications,

I do net get a connection using phprunner (localhost, port 127). The error message (10061) "Can't connect to mysql server" is shown.

Admin 8/28/2007

Hi,
PHPRunner connects MySQL the same way as other apps including MySQL Admin do.

Make sure you don't use "Connect using PHP" method in PHPRunner and enter correct MySQL connection info.

I.e. you use port 127 while your article mentions 3306.

coolbyte author 9/3/2007

Hi,

PHPRunner connects MySQL the same way as other apps including MySQL Admin do.

Make sure you don't use "Connect using PHP" method in PHPRunner and enter correct MySQL connection info.

I.e. you use port 127 while your article mentions 3306.


Oh, sorry the request was blocked by commodo firewall.