Re: Lost connection, C API

2002-01-09 Thread Sinisa Milivojevic
Chambon writes: Hello, No there's no thread in my application, the program use fork but of course a new connection is create after each fork() Today before running another test I do the following - drop then create the tables - increase the limit for opened file from 1024 to

Re: Lost connection, C API

2002-01-08 Thread Bernard Chambon
Heikki Tuuri wrote: Hi! Are you running mysqld under the safe_mysqld script, which automatically restarts mysqld after a crash? Yes, mysqld started with safe_mysqld script If yes, look at the 'hostname'.err file and send its contents to me. Nothing happens in the hostname.err (I

Re: Lost connection, C API

2002-01-08 Thread Van
Bernard Chambon wrote: 020107 11:45:08 Warning: setrlimit couldn't increase number of open files to more than 1024 Bernard: How come you're not giving your OS more file descriptors? ulimit problem, perhaps. Van database,sql,query,table --

Re: Lost connection, C API

2002-01-08 Thread Heikki Tuuri
Subject: Re: Lost connection, C API Heikki Tuuri wrote: Hi! Are you running mysqld under the safe_mysqld script, which automatically restarts mysqld after a crash? Yes, mysqld started with safe_mysqld script If yes, look at the 'hostname'.err file and send its contents to me. Nothing

Re: Lost connection, C API

2002-01-08 Thread Chambon
Hello, No there's no thread in my application, the program use fork but of course a new connection is create after each fork() Today before running another test I do the following - drop then create the tables - increase the limit for opened file from 1024 to 4096 I run a test for

Re: Lost connection, C API

2002-01-07 Thread Heikki Tuuri
Hi! Are you running mysqld under the safe_mysqld script, which automatically restarts mysqld after a crash? If yes, look at the 'hostname'.err file and send its contents to me. Or, if you run mysqld from the command prompt, capture what mysqld prints to the command prompt window. If mysqld