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
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
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
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
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