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: database, fix, mythtv, problem
Entries (RSS)
June 1st, 2007 at 1:17 am - Edit
worked like a charm, thanks