Skip to content

조회 수 8676 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

1. 에러 메세지

ERROR 1030 (HY000): Got error 127 from storage engine

2. 복구 절차

  1. Analyze Table `Table Name`
  2. Repair Table `Table Name`
  3. 3. 예제보기

    mysql> SELECT COUNT(A.IDX) AS 'CNT' FROM PRO_QNA_T A WHERE A.TYPE > 0;
    ERROR 1030 (HY000): Got error 127 from storage engine
    mysql> 
    mysql> 
    mysql> Analyze PRO_QNA_T;
    ERROR 1064 (42000): You have an error in your SQL syntax; 
    check the manual that corresponds to your MySQL server version
    for the right syntax to use near 'PRO_QNA_T' at line 1 mysql> Analyze Table PRO_QNA_T; +--------------------+---------+----------+----------+ | Table | Op | Msg_type | Msg_text | +--------------------+---------+----------+----------+ | ihelpers.PRO_QNA_T | analyze | status | OK | +--------------------+---------+----------+----------+ 1 row in set (0.01 sec) mysql> Repair Table PRO_QNA_T; +--------------------+--------+----------+--------------------------------------------+ | Table | Op | Msg_type | Msg_text | +--------------------+--------+----------+--------------------------------------------+ | ihelpers.PRO_QNA_T | repair | info | Key 1 - Found wrong stored record at 24884 | | ihelpers.PRO_QNA_T | repair | warning | Number of rows changed from 2187 to 2186 | | ihelpers.PRO_QNA_T | repair | status | OK | +--------------------+--------+----------+--------------------------------------------+ 3 rows in set (0.17 sec) mysql> Analyze Table PRO_QNA_T; +--------------------+---------+----------+-----------------------------+ | Table | Op | Msg_type | Msg_text | +--------------------+---------+----------+-----------------------------+ | ihelpers.PRO_QNA_T | analyze | status | Table is already up to date | +--------------------+---------+----------+-----------------------------+ 1 row in set (0.00 sec) mysql> SELECT COUNT(A.IDX) AS 'CNT' FROM PRO_QNA_T A WHERE A.TYPE > 0; +------+ | CNT | +------+ | 2186 | +------+ 1 row in set (0.01 sec) mysql>

  1. mytop 으로 mysql 모니터링하기

    Date2009.06.25 ByADMINPLAY Views8738
    Read More
  2. MySQL Table 복구 - Got error 127 from storage engine

    Date2009.06.17 ByADMINPLAY Views8676
    Read More
  3. MySQL 데이터 정리후에도 용량변동이 없을 경우

    Date2009.12.31 ByADMINPLAY Views8666
    Read More
  4. InnoDB 와 MyISAM

    Date2008.12.14 ByADMINPLAY Views8601
    Read More
  5. mysql 백업

    Date2009.07.25 ByADMINPLAY Views8593
    Read More
  6. [MYSQL] Mysql 테이블 검사하기 & 복구하기

    Date2009.06.17 ByADMINPLAY Views8459
    Read More
  7. Mysql max_connection 늘리기

    Date2008.11.11 ByADMINPLAY Views8264
    Read More
  8. MySQL Replication

    Date2009.11.19 ByADMINPLAY Views8099
    Read More
  9. MySQL Commercial License

    Date2009.09.28 ByADMINPLAY Views7994
    Read More
  10. MySQL 최대성능 올리기

    Date2009.07.19 ByADMINPLAY Views7933
    Read More
  11. Mysql 비번 변경/비번분실시

    Date2009.06.29 ByADMINPLAY Views7895
    Read More
  12. InnoDB 에서 MyISAM 으로, 혹은 MyISAM 에서 InnoDB 로 DB 타입 변경 방법

    Date2013.11.08 ByADMINPLAY Views7855
    Read More
  13. Mysql 버전별 케릭터셋 지원여부 (euckr / utf-8)

    Date2008.11.04 ByADMINPLAY Views7841
    Read More
  14. MySQL Replication(복제)

    Date2009.11.19 ByADMINPLAY Views7797
    Read More
  15. mysql 테이블이 손상된 경우 myisamchk

    Date2008.10.30 ByADMINPLAY Views7674
    Read More
  16. MySQL 데이터베이스의 생성과 삭제

    Date2008.10.30 ByADMINPLAY Views7672
    Read More
  17. MySQL 테이블 복구하기 (쉴 프롬프트에서..)

    Date2008.11.11 ByADMINPLAY Views7462
    Read More
  18. mysql 자세한 복구 방법 #2

    Date2008.11.11 ByADMINPLAY Views7391
    Read More
  19. MySQL 4.1 이상에서 한글 사용

    Date2009.09.28 ByADMINPLAY Views7295
    Read More
  20. mysql root에 아무권한이 없어 작업이 불가능한 경우

    Date2008.11.11 ByADMINPLAY Views7194
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234