How I fixed "table is marked as crashed and should be repaired" in Myth .20 on Ubuntu Feisty

Don't know what happened exactly, but I couldn't fast forward TV shows anymore. But this time the previous fix didn't work.

Went into PHPMyAdmin, went to the mythconverg.recordedseek table and was told that the table had crashed. I clicked on the SQL tab to run an SQL command on this table.

REPAIR TABLE recordedseek;

Then I had to run

mythcommflag --rebuild -f <filename>

on my recordings.

Now it works again.

Comments

Thanks by Chris (not verified)