登录进mysql

执行
mysql> check tables tb_loghard ;



mysql >
repair tables tb_loghard ;

再执行

 mysqldump -h localhost -u 用户名 -p 数据库名 表名 >/root/文件名.sql