사용자 도구

사이트 도구


dbms:mysql:admin

문서의 이전 판입니다!


MySQL Administrator Tip & Tech

table crashed and locked

  1. 다음과 같은 메세지가 나올때
     
    mysqldump: Got error: 144: Table 'mytablename' is marked as crashed and last (automatic?) repair failed when using LOCK TABLES
  2. MySQL Database root 사용자로 로그인 한 후 다음 명령을 입력한다.
    mysql> repair table 'mytablename';
    mysql> unlock tables;
dbms/mysql/admin.1321284134.txt.gz · 마지막으로 수정됨: 2011/11/15 00:22 저자 starlits