[mythtv-users] Database errors
Chris Petersen
lists at forevermore.net
Mon Aug 4 14:44:12 EDT 2003
> Can't open file: 'recordedmarkup.MYD'. (errno: 145)
> What might be causing these errors?
I ran into this the other day, too... Basically, the .MYD is the table
data file, and it has become corrupted. try:
REPAIR TABLE recordedmarkup;
Though if you do that, you will end up with a lot of old data from when
things were tried to be deleted and failed (myth really needs to have
better error handling and NOT allow errors like this to be non-fatal).
I ended up just wiping the table clean and running mythcommflag again.
-Chris
More information about the mythtv-users
mailing list