Re: libmysql - secure connection

2001-08-22 Thread Elizabeth Alderton
ugust 2001 23:31 Subject: Re: libmysql - secure connection >On Mon, Aug 20, 2001 at 05:16:04PM +0100, Elizabeth Alderton wrote: > >> If I'm using libmysql to connect from Delphi to mysql - does it >> automatically provide a secure connection then? > >It does not. To get a

Re: libmysql - secure connection

2001-08-21 Thread Jeremy Zawodny
On Mon, Aug 20, 2001 at 05:16:04PM +0100, Elizabeth Alderton wrote: > If I'm using libmysql to connect from Delphi to mysql - does it > automatically provide a secure connection then? It does not. To get a secure connection, you'll want to tunnel is thru stunnel, ssh, or something similar. The

libmysql - secure connection

2001-08-20 Thread Elizabeth Alderton
If I'm using libmysql to connect from Delphi to mysql - does it automatically provide a secure connection then? Regards Elizabeth