Skip to content

조회 수 8757 추천 수 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. skip-name-resolve

    Date2009.05.22 ByADMINPLAY Views9184
    Read More
  2. mysql 쿼리문 모음

    Date2009.06.02 ByADMINPLAY Views13507
    Read More
  3. MySQL 외부접속

    Date2009.06.11 ByADMINPLAY Views14836
    Read More
  4. MySQL Table 복구 - Got error 127 from storage engine

    Date2009.06.17 ByADMINPLAY Views8757
    Read More
  5. mysql innodb 설정확인

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

    Date2009.06.17 ByADMINPLAY Views8568
    Read More
  7. mytop 으로 mysql 모니터링하기

    Date2009.06.25 ByADMINPLAY Views8842
    Read More
  8. mysqladmin 사용하기 DB연결수 및 세부정보 알아내기

    Date2009.06.25 ByADMINPLAY Views6943
    Read More
  9. MySQL 스토리지 엔진 MyISAM과 InnoDB의 차이

    Date2009.06.25 ByADMINPLAY Views8870
    Read More
  10. Mysql 비번 변경/비번분실시

    Date2009.06.29 ByADMINPLAY Views7997
    Read More
  11. [mysql] Manager of pid-file quit without updating fi[실패]

    Date2009.06.29 ByADMINPLAY Views13748
    Read More
  12. 리눅스 환경에서 mySql JDBC

    Date2009.07.12 ByADMINPLAY Views10468
    Read More
  13. mysql 버전 3.23.58 (4.0.X)설치 가 안되서 그러는데

    Date2009.07.14 ByADMINPLAY Views6992
    Read More
  14. MySQL 최대성능 올리기

    Date2009.07.19 ByADMINPLAY Views8012
    Read More
  15. mysql 백업

    Date2009.07.25 ByADMINPLAY Views8671
    Read More
  16. Mysql InnoDB 관리하기

    Date2009.07.31 ByADMINPLAY Views11543
    Read More
  17. mysql 설치시 컴파일에러 ../depcomp: line 512 exec : g++ : not found

    Date2009.08.08 ByADMINPLAY Views9727
    Read More
  18. mysql 설치 옵션 해석

    Date2009.08.08 ByADMINPLAY Views8948
    Read More
  19. mysqld: Sort aborted ( mysqld-nt : Sort aborted )

    Date2009.08.31 ByADMINPLAY Views10027
    Read More
  20. MySQL Commercial License

    Date2009.09.28 ByADMINPLAY Views8134
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234