Re: MySQl with SSH

2001-02-19 Thread Basil Hussain
Hi, >> How can I configure MySQL to utilize the SSH package for encrypted >> TCP/IP connection between MySQL clients and server? Thanks in >> advance. > > What I do is setup port-forwarding. I forward a local port (say 12345) > to port 3306 on the database server via an SSH connection: > > ssh

Re: MySQl with SSH

2001-02-16 Thread Jeremy D. Zawodny
On Fri, Feb 16, 2001 at 05:31:54AM -0800, Kuokai Shyu wrote: > > How can I configure MySQL to utilize the SSH package for encrypted > TCP/IP connection between MySQL clients and server? Thanks in > advance. What I do is setup port-forwarding. I forward a local port (say 12345) to port 3306 on t