today my site was down all day, I checked logs (I manually log all bad SQL queries) and I scared to death:
SELECT MIN(DATEAT),MAX(DATEAT) FROM table = Table './table'
is marked as crashed and last (automatic?) repair failed
this has never happened in 3 years. I repaired the table from phpMyAdmin, the result was:
db.table repair warning Number of rows changed from 0 to 3279
db.table repair status OK
it looks OK now but Im not relaxed - I might lost some datas? And how to prevent so that it wont happen again in the future? This table is an usual myIsam table.