asked on
ASKER
ASKER
MySQL is an open source, relational database management system that runs as a server providing multi-user access to a number of databases. Acquired by Oracle in 2009, it is frequently used in combination with PHP installations, powering most of the WordPress installations.
TRUSTED BY


Did by any chance anyone execute ALTER TABLE while someone else was using the table ?
if REPAIR TABLE didn't work, try doing the following:
mysqladmin flush-tables
cd /path/to/where/your/faulty
myisamchk -r your_table
If that doesn't work and *IF* you're using one of the latest mysql versions, please send a bug report. This is something that should never happen.