How to configure libmysql to use a particular source IP?

2007-12-16 Thread Christian Jaeger
errors; unblock with 'mysqladmin flush-hosts'"). Since all customers' applications are using the same source IP, all of them are blocked at once. So my question is: how can we tell libmysql to use a particular source IP, so that we can configure each customer to use a differ

Simple libmysql C API tutorial needed

2006-02-28 Thread Dirk
Hi! I already wrote a wrapper for unixodbc... Now I would like to skip odbc and connect to mysql directly... AFAIK that is done using libmysql, right? I looked at the www.mysql.com buzzword-bloat for 15 seconds before I decided to subscribe here and just ask instead (I'm one of those too

libmysql connection timer problems

2005-12-12 Thread Michael Katz
We have an application that uses the libmysql libraries for email archival. We have recently been getting killed because of http://bugs.mysql.com/bug.php?id=4143. It seems that mysql keels over during a big query on a large database and it will not let our client write to the db until the

Re: Using libmySQL with C/C++

2005-04-20 Thread Philippe Poelvoorde
Vicente wrote: Hello, Yesterday I asked for some help to create a program in C++ integrated with MySQL. Now I have installed MySQL 4.1.11 and I suppose I will need to include mysql.h in my code. But this header use 'libmysql.dll', where I have to define the path in Visual C++? Or where I have to

Using libmySQL with C/C++

2005-04-19 Thread Vicente
Hello, Yesterday I asked for some help to create a program in C++ integrated with MySQL. Now I have installed MySQL 4.1.11 and I suppose I will need to include mysql.h in my code. But this header use 'libmysql.dll', where I have to define the path in Visual C++? Or where I have to copy this file?

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 en

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

libmysql setting it's own signal handlers?

2004-04-29 Thread Joshua J. Kugler
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 line that initializes

where to find a code of libmySQL

2003-07-05 Thread Arkadiusz Balcerek
Hello, where can I get a source code of libmySQL library? I have installed MySQL but there are no source-code files. I would like to compile and link libmySQL on ma computer because I can't link a program using compiled libmySQL delivered with MySQL thanks for help Arkadiusz Balcerek

difference between libmysql and libmysql_r

2003-03-24 Thread Terry
Hi, I have a question. I know that the code in libmysqld is for the <http://www.mysql.com/doc/en/libmysqld.html> Embedded MySQL Server Library. Would anyone mind to direct me where I can find what the folder libmysql and libmysql_r for? Thanks Terry

Re: "BUG": 'strend' function in libmysql needs to be private

2002-09-18 Thread Ben Goodwin
I was about to email bugs/lists back today to basically say I've found a reasonable workaround.. I'll respond to your message though in case you see something that needs attention ... > strend() is a function we use a lot in the MySQL client code and is > thus included in the libmysqlclient libra

"BUG": 'strend' function in libmysql needs to be private

2002-09-18 Thread Michael Widenius
Hi! > "Ben" == Ben Goodwin <[EMAIL PROTECTED]> writes: Ben> There are probably other functions that need to be made private, too.. but Ben> this one's directly affecting me. Ben> I'm writing a shared library that loads libmysqlclient; When Solaris 'csh' Ben> uses said library, there's a cla

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

libmysql

2002-08-16 Thread Daniel Kiss
Hi, I'm interested in what are the differences between different versions of libmysql.dll's and libmysql.so's? And are their versions the same under linux and windows? Where can I get their header files in C or Object Pascal? Thanks, Daniel ---

gcc linking libmySQL (unresolved "load_defaults" symbol)

2002-05-07 Thread David James
Hi, I'm having problems porting a working client from Solaris/Linux to Windows NT (the client uses Paul DuBois' "client4.c" ideas to load_defaults() and getopt_long() to get connection parameters at runtime). I'm using the gcc compiler, and the compile phase seems to work fine, but when linking

in libmysql bad coding causes crash of program

2002-03-06 Thread kovis
(*end); ) *end= '-'; Add in end loop condition '&& (*end)' >Submitter-Id: [EMAIL PROTECTED] >Originator: Jan Struhar >Organization: >MySQL support: none >Synopsis: crash at read_defaults in libmysql >Severity: serious &g

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 s

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

libmysql for mysql 3.23.39

2001-07-11 Thread Manika Dey
Hi, i have installed mysql on windowsNT. as i testing the Example program for testing of libmysql.dll i got error while compiling with vc++ as: Output Window Linking... e:\mysql\lib\debug\libmysql.dll : fatal error LNK1136: invalid or corrupt file Error executing link.exe. how can this

bug?? in DBI/libmysql??

2001-02-23 Thread Kyle Hayes
result of the UPDATE statement above. It appears that there is a problem in DBI or with the libmysql code. We are using one of the most recent versions of DBI (the newest has only doc bug fixes as far as we could see). If the value will fit in 32 bits, it seems to work. If not, it won'