Skip to content

조회 수 8759 추천 수 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>

List of Articles
번호 제목 글쓴이 날짜 조회 수
66 mysqli 컴파일중 re2c 에러발생! ADMINPLAY 2009.03.17 9481
65 mysqli 동적모듈 추가 file ADMINPLAY 2009.11.01 9508
64 mysqld: Sort aborted ( mysqld-nt : Sort aborted ) ADMINPLAY 2009.08.31 10027
63 mysqladmin 사용하기 DB연결수 및 세부정보 알아내기 ADMINPLAY 2009.06.25 6943
62 mysql5.0 계정 생성시 ssl_cipher 에러 ADMINPLAY 2009.03.03 9668
61 MySQL 특정 테이블만 백업하기 ADMINPLAY 2014.01.06 8891
60 MySQL 튜닝 값을 탐지해주는 유용한 툴 file ADMINPLAY 2012.02.23 22497
59 MySQL 튜닝 query cache 설정 ADMINPLAY 2011.04.09 19547
58 mysql 테이블이 손상된 경우 myisamchk ADMINPLAY 2008.10.30 7781
57 MySQL 테이블명 대소문자 구분안하기 file l2zeo 2013.01.21 11131
56 MySQL 테이블 복구하기 (쉴 프롬프트에서..) ADMINPLAY 2008.11.11 7591
55 MySQL 클러스터 ADMINPLAY 2009.11.19 10050
54 mysql 쿼리문 모음 ADMINPLAY 2009.06.02 13507
53 MySQL 최대성능 올리기 ADMINPLAY 2009.07.19 8013
52 mysql 초간단 설치 ADMINPLAY 2009.10.15 6800
51 mysql 자주쓰는 명령어 정리 ADMINPLAY 2008.10.30 7268
50 mysql 자세한 복구 방법 #2 ADMINPLAY 2008.11.11 7513
49 mysql 자세한 복구 방법 #1 ADMINPLAY 2008.11.11 6864
48 mysql 외부접속 ADMINPLAY 2009.02.07 8859
47 MySQL 외부접속 ADMINPLAY 2009.06.11 14836
Board Pagination Prev 1 2 3 4 5 Next
/ 5

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234