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