table crash (error127) using v4.0.15 JDBC

2003-11-18 Thread fabien marsaud
Hi I'm working with mysql 4.0.15 for some software of ours and we are experiencing a random table crash. we have 30 MyISAM tables in our database and we're using JDBC to connect to them. Sometimes, very rarely, one of the tables crashes. It has nothing special compared to the other tables

RE: table crash (error127) using v4.0.15 JDBC

2003-11-18 Thread Victor Pendleton
5:52 AM To: [EMAIL PROTECTED] Subject: table crash (error127) using v4.0.15 JDBC Hi I'm working with mysql 4.0.15 for some software of ours and we are experiencing a random table crash. we have 30 MyISAM tables in our database and we're using JDBC to connect to them. Sometimes, very rarely

Re: table crash (error127) using v4.0.15 JDBC

2003-11-18 Thread fabien marsaud
, November 18, 2003 2:51 PM Subject: RE: table crash (error127) using v4.0.15 JDBC Are the crashes occurring on the same machines? Or random machines? Can you track the disk activity at the time the table is being marked as corrupt? Are you tracking the database activity? -Original