You are on page 1of 1

Database error message: Table './mysar/traffic' is marked as crashed and last (a utomatic?

) repair failed ERROR 144 (HY000) at line 1: Table './mysar/traffic' is marked as cras hed and last (automatic?) repair failed

mysql -u root --password=thundercache use mysar; analyze table traffic; repair table traffic;

repair table 'mytablename'; unlock tables;

reparacin de tablas "MyTableName; desbloquear las tablas;

CHECK TABLE

You might also like