RE: MySQL Secure Connection(e.g. SSL) Question

2004-08-26 Thread Greg . Cope
[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

Re: MySQL Secure Connection(e.g. SSL) Question

2004-08-25 Thread Issac Goldstand
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

Re: MySQL Secure Connection(e.g. SSL) Question

2004-08-25 Thread Eamon Daly
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

Re: MySQL Secure Connection(e.g. SSL) Question

2004-08-25 Thread Joshua J. Kugler
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: >

Re: MySQL Secure Connection(e.g. SSL) Question

2004-08-25 Thread SGreen
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

RE: MySQL Secure Connection(e.g. SSL) Question

2004-08-24 Thread Greg . Cope
> 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

MySQL Secure Connection(e.g. SSL) Question

2004-08-24 Thread Paul Maine
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

Re: ssl question

2002-11-11 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 11 November 2002 17:03, Robin McMillon wrote: > Hi, I noticed when looking at the spec file for the linux rpm for MySQL > 4.0.4 that it noted that ssl support had been disabled until it worked > again. Is the problem with ssl support just w

ssl question

2002-11-11 Thread Robin McMillon
Hi, I noticed when looking at the spec file for the linux rpm for MySQL 4.0.4 that it noted that ssl support had been disabled until it worked again. Is the problem with ssl support just with linux or does it also not work under other platforms (e.g. Solaris)? Thanks, Robin McMillon [EMAIL PROTE

RE: ssl question part 2

2002-03-20 Thread Chuck Roberts
ROTECTED]] > Sent: Tuesday, March 19, 2002 12:17 PM > To: [EMAIL PROTECTED] > Subject: ssl question part 2 > > > I asked this the other day but didn't get any > responses. Is there anyone > out there with experience running mysql 4 with ssl > connections?. I would > l

ssl question part 2

2002-03-19 Thread Chris Hanes
I asked this the other day but didn't get any responses. Is there anyone out there with experience running mysql 4 with ssl connections?. I would like to get this setup but can't find any good documentation on how to do it. In particular, it seems that one has to specify a key and certificate t