mysqldump: Got error: 144: Table 'mytablename' is marked as crashed and last (automatic?) repair failed when using LOCK TABLES
mysql> repair table 'mytablename'; mysql> unlock tables;