Lost connection to MySQL server during query at ... After upgrade to 3.23.54

2003-01-15 Thread Patrick de Kievit
Hi all, Pure randomly my server tells me the its Lost connection to MySQL server during query at ... This all happened after my upgrade to version 3.23.54. I searched google and read some threads here. A possible solution is to DOWNGRADE some libc files? Tell me is this the only solution ?

RE: Problem with locking i guess ...

2002-03-11 Thread Patrick de Kievit
Okay, i've build an application using the db a lot. Sometimes the db have 500-600 query per sec. avg. 400 concurrent connections. On some scripts i do a select (where ready='Y'), update the records (set ready='N') in a way that a new select will not show the previous selected records. (uhh..)