try
mysql -p dbname dbhost > repair table <tablename>
or run this in command line
myisamchk -r <tablename>