NYCPHP Meetup

NYPHP.org

[nycphp-talk] mysql over ssl using php

jon baer jonbaer at jonbaer.net
Thu Apr 15 14:00:08 EDT 2004


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.





More information about the talk mailing list