Re: MySQL configured limits

2008-01-23 Thread Mark Kozikowski
OK, got another piece of information. I was running with the same 'default' mysql configuration, but with a different data set. when the mysql database table reached 7,285,902 records mysql dropped the connection. When I tried to reconnect, the mysql library core dumped. Interesting note is th

Re: MySQL configured limits

2008-01-23 Thread Mark Kozikowski
Thanks for the responses. I am sorry I cannot give more detailed information now. The system is being run through tests for other issues. But I can say that we are using a my.cnf that contains only this one line: set-variable=max_connections=300 There are a few processes making queries to the d

Re: MySQL configured limits

2008-01-21 Thread Mathieu Bruneau
Mark Kozikowski a écrit : Hello all, I have been using MySQL for about 5 years now in a company project. I store a lot of data, very rapidly into the database. Presently, I am having a problem where the MySQL server appears to be denying a connection when I reach a database size of about 10

Re: MySQL configured limits

2008-01-21 Thread Ananda Kumar
HI Mark, What is the error your seeing the error log file, can u please let us know. regards anandkl On Jan 21, 2008 2:27 PM, Mark Kozikowski <[EMAIL PROTECTED]> wrote: > > > Hello all, > > I have been using MySQL for about 5 years now in a company project. > > I store a lot of data, very rapidl

MySQL configured limits

2008-01-21 Thread Mark Kozikowski
Hello all, I have been using MySQL for about 5 years now in a company project. I store a lot of data, very rapidly into the database. Presently, I am having a problem where the MySQL server appears to be denying a connection when I reach a database size of about 10 billion bytes. I am runnin