Re: libmysql setting it's own signal handlers?

2004-05-01 Thread Joshua J. Kugler
OK...thanks for the clarification. It helps. And it's good to know that what I'm doing won't break anything. j- k- On Thursday 29 April 2004 07:16 pm, Sasha Pachev said something like: > Joshua J. Kugler wrote: > > I have a program that is using (via a front end library) libmysql. If

Re: libmysql setting it's own signal handlers?

2004-04-29 Thread Sasha Pachev
Joshua J. Kugler wrote: I have a program that is using (via a front end library) libmysql. If I set up a signal handler before I initialize libmysql, my signal handler is not called when that signal is sent to the process. If I move the line of code that sets the signal handler to *after* the

Re: libmysql

2002-08-16 Thread Egor Egorov
Daniel, Friday, August 16, 2002, 3:19:40 PM, you wrote: DK> I'm interested in what are the differences between different versions of DK> libmysql.dll's and libmysql.so's? Exported functions are different. DK> And are their versions the same under linux and windows? DK> Where can I get their he

Re: libmysql - secure connection

2001-08-22 Thread Elizabeth Alderton
Hi thanks I'm glad there's hope! This is proving to be extremely difficult! Regards Elizabeth -Original Message- From: Jeremy Zawodny <[EMAIL PROTECTED]> To: Elizabeth Alderton <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 21 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