[EMAIL PROTECTED]
> Sent: 25 August 2004 19:28
> To: [EMAIL PROTECTED]
> Subject: Re: MySQL Secure Connection(e.g. SSL) Question
>
>
> FYI, DBD::MySQL does support SSL. See
>
> http://search.cpan.org/~rudy/DBD-mysql-2.9004/lib/DBD/mysql.pm
>
> and search f
t;Joshua J. Kugler" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 25, 2004 8:25 PM
Subject: Re: MySQL Secure Connection(e.g. SSL) Question
> Something else to check out is Stunnel. It creates SSL tunnels between
hosts
> without requiring logins (b
ay, August 24, 2004 11:12 AM
Subject: RE: MySQL Secure Connection(e.g. SSL) Question
> > I need to connect to a remote MySQL database from a PC using
> > SSL. I would
> > prefer to connect using perl DBD. Does anyone have a
> > suggestion how I can
> > accomplish
Something else to check out is Stunnel. It creates SSL tunnels between hosts
without requiring logins (basically port redirection). Also, MySQL has built
in SSL now, so you might want to look at that.
j- k-
On Wednesday 25 August 2004 08:10 am, [EMAIL PROTECTED] said something like:
>
Something else I have done in the past was to use Cygwin to create an SSH
session with the remote computer and use the remote computer's MySQL
client/tools.
If you are used to working in a "Terminal Server" session (I think they
now call it "Remote Desktop Connectivity") it will feel very famil
> I need to connect to a remote MySQL database from a PC using
> SSL. I would
> prefer to connect using perl DBD. Does anyone have a
> suggestion how I can
> accomplish this task or an alternative solution?
What about stunnel or ssh tunnels and then use DBD::mysql on top.
ISTR that DBD::mysql c
I need to connect to a remote MySQL database from a PC using SSL. I would
prefer to connect using perl DBD. Does anyone have a suggestion how I can
accomplish this task or an alternative solution?
Thank You
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubsc