Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- i18n
- jQuery
- TPL
- JavaScript
- install
- php
- ubuntu
- 확장자
- SVN
- Eclipse
- docker
- 한글 깨짐
- TextBox
- Postfix
- 일괄변경
- yum
- 문자열자르기
- Oracle
- 천단위
- replace
- mariadb
- smarty
- Selectbox
- RabbitMQ
- Python
- centos
- random
- 부모창
- MySQL
Archives
- Today
- Total
목록127 from storage engine (1)
wilson's story
ERROR 1030 (HY000): Got error 127 from storage engine
제목 MySQL Table 복구 - Got error 127 from storage engine 작성자 손상모 작성일 2005.01.13 00:37:37 1. 에러 메세지 ERROR 1030 (HY000): Got error 127 from storage engine 2. 복구 절차 Analyze Table `Table Name` Repair Table `Table Name` 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 (4..
DB/mysql
2008. 4. 2. 15:17