NYCPHP Meetup

NYPHP.org

[nycphp-talk] mysql over ssl using php

Chris Bielanski Cbielanski at inta.org
Thu Apr 15 14:04:44 EDT 2004


Is there a KB somewhere we can file this? I foresee it being a oft-used
solution, if available.

Hooray for Jon :)

> -----Original Message-----
> From: jon baer [mailto:jonbaer at jonbaer.net]
> Sent: Thursday, April 15, 2004 2:00 PM
> To: NYPHP Talk
> Subject: Re: [nycphp-talk] mysql over ssl using php
> 
> 
> Were you looking for just how to do it?
> 
> ssh -fNg -L 3307:127.0.0.1:3307 user at host.com
> mysql -h 127.0.0.1 -P 3307 -u user -pPASS db
> 
> * use IP not name, use different port so not to conflict w/ 
> possible local
> instal or kill mysqld before hand
> 
> If you do this on an ISP it may or may not work depending on 
> how their fw is
> setup in which case you may get an error stating the channel 
> could not be
> openned.
> 
> - Jon
> 
> ----- Original Message -----
> From: "Chris Snyder" <csnyder at chxo.com>
> To: "NYPHP Talk" <talk at lists.nyphp.org>
> Sent: Thursday, April 15, 2004 11:43 AM
> Subject: Re: [nycphp-talk] mysql over ssl using php
> 
> > If you have time, I'd love to see your notes on setting this up -- a
> > quick Google revealed a lot of doc, most of it related to tunneling
> > using a Windows client.
> 
> 
> _______________________________________________
> talk mailing list
> talk at lists.nyphp.org
> http://lists.nyphp.org/mailman/listinfo/talk
> 



More information about the talk mailing list