Mysql,MariaDB
able 'table_name' is marked as crashed and should be repaired when using LOCK TABLES
슬픈달
2021. 1. 5. 16:41
반응형
mysqldump: Got error: 145: Table 'table_name' is marked as crashed and should be repaired when using LOCK TABLES
다음과 같은 오류가 날 경우 복구 방법입니다.
repair table [table명]
mysql>repair table table_name
반응형