[mythtv] recreate recordedmarkup table

Jacques Facquet jacques.facquet at free.fr
Mon May 16 09:13:10 UTC 2005


Le 16 mai 05 à 10:29, Reza Naima a écrit :

> I ran out of disk, and corrupted recordedmarkup.  I didnt know about
> repair so I dropped the table and made a new one.  Is there any way to
> repopulate the data?

mysql -u root -p mythconverg
check table recordedmarkup;
repair table recordedmarkup;

Or

stop mysql
cd /directory/that/contains/ recordedmarkup.MYI
myisamchk -r recordedmarkup.MYI
restart mysql


-- 
Jacques Facquet




More information about the mythtv-dev mailing list