Re: difficulty using mysql with ssh tunneling

2002-02-26 Thread Paul DuBois
At 18:20 -0800 2/26/02, David M. Goodstein wrote: >I've set up an ssh tunnel between my local machine and a remote host >("Fred") as follows: >ssh daveg@fred -L 3306:localhost:3306 >in an effort to access a remote mysql database running on fred. I've >verified that the tunnel is working by te

difficulty using mysql with ssh tunneling

2002-02-26 Thread David M. Goodstein
I've set up an ssh tunnel between my local machine and a remote host ("Fred") as follows: ssh daveg@fred -L 3306:localhost:3306 in an effort to access a remote mysql database running on fred. I've verified that the tunnel is working by telnetting into fred 3306 and seeing the mysql version inf

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

MySQl with SSH

2001-02-16 Thread Kuokai Shyu
Hi, How can I configure MySQL to utilize the SSH package for encrypted TCP/IP connection between MySQL clients and server? Thanks in advance. Kuokai - Before posting, please check: http://www.mysql.com/manual.php (the m