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


_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to