备份mysql数据库提示marked as crashed and should be repaired when doing LOCK TABLES

登录进mysql

执行
mysql> check tables tb_loghard ;



mysql >
repair tables tb_loghard ;

再执行

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

你可能感兴趣的:(执行mysqldump时候报错)