My mythtv frontend had stopped functioning correctly, it had stopped showing program guide data. Checking the log file told me:

Query was:
DELETE FROM program WHERE manualid = -1 OR  (manualid <> 0 AND -1 = -1)
Driver error was [2/145]:
QMYSQL3: Unable to execute query
Database error was:
Table './mythconverg/program' is marked as crashed and should be repaired

To fix it, I logged into the database, ‘use mythconverg;’, and issue the command ‘repair table program;’

Very simple really:)

Tags: , , ,
One Response to “MythTV Database problem”
  1. timo says:

    worked like a charm, thanks

Leave a Reply