<div dir="ltr"><div><div><div><div><div><div><div>Bad news and good news, Hika.<br><br></div>I was able to truncate the table and go through all the appropriate commands on the table to analyze, check, checksum, repair, and optimize it (definitely not in that order, but not absolutely certain the order I went through them).<br><br></div>I was able to reload the recordedseek table from the backup.  However, when I went to run <a href="http://optimize_mythdb.pl">optimize_mythdb.pl</a> again, I got the same error message even though I just got the okay from mysql on the command line.<br><br></div>I opened up <a href="http://optimize_mythdb.pl">optimize_mythdb.pl</a> and looked at line 38.  I saw it was trying to alter the table to re-order the records and defragment the table.  I then went back into mysql and tried the maintenance commands and got errors that weren't there before, including a message about not being able to create a temporary file named "/var/lib/mysql/mythconverg/recordedseek.TMM".<br><br></div>It turns out that the first unsuccessful run of <a href="http://optimize_mythdb.pl">optimize_mythdb.pl</a> must have crashed during work on the recordedseek table and left the temporary file in existence.  I found that it was the only *.TMM file in the directory so I deleted it, went into mysql and re-repaired it with the table maintenance commands.  When I ran <a href="http://optimize_mythdb.pl">optimize_mythdb.pl</a> one more time, it succeeded with no error messages.  It appears the problem all along was the existence of the temporary file.<br><br></div>Having now reported what resolved the problem, I am hastening back to my MythTV system to do a database backup and then launch jobs, as you suggested to create the seektable data for the recordings done in the last day.<br><br></div>Many thanks for the help.  It got me started in the right direction, and although your suggested fix wasn't the solution, it led me to find more helpful error messages that finally tracked the problem (and solution) down.<br><br>--<br></div>Craig.</div>