주문관리 페이지에서 수정으로 넘어가면 아래와같은 에러메세지가 출력됩니다.
select count(*) as cnt from g4_point where mb_id = 'ezi0818' and po_rel_table = '@delivery' and po_rel_id = 'ezi0818' and po_rel_action = '1112290002,c6d7ed249b155e677b5c5c3fb402aec6,5714'
126 : Incorrect key file for table './hbom1/g4_point.MYI'; try to repair it
error file : /adm/shop_admin/orderform.php
-----------------------------------------------------------------------------------
질문답변 검색해보니 테이블이 깨져서 그렇다는 것 같은데.. g4_point 테이블은 존재하거든요?
ezi0818는 회원 아이디인데..혹시 이 회원과 관련이 있는건지...관리자에서 이 회원의 포인트내역을 보려니까 이회원만 에러메세지가 출력되더군요..
위 에러의 원인과 해결방법좀 부탁드립니다!
select count(*) as cnt from g4_point where mb_id = 'ezi0818' and po_rel_table = '@delivery' and po_rel_id = 'ezi0818' and po_rel_action = '1112290002,c6d7ed249b155e677b5c5c3fb402aec6,5714'
126 : Incorrect key file for table './hbom1/g4_point.MYI'; try to repair it
error file : /adm/shop_admin/orderform.php
-----------------------------------------------------------------------------------
질문답변 검색해보니 테이블이 깨져서 그렇다는 것 같은데.. g4_point 테이블은 존재하거든요?
ezi0818는 회원 아이디인데..혹시 이 회원과 관련이 있는건지...관리자에서 이 회원의 포인트내역을 보려니까 이회원만 에러메세지가 출력되더군요..
위 에러의 원인과 해결방법좀 부탁드립니다!
댓글 2개
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 187880
Server version: 5.0.77-log Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> repair table g4_point;
+----------------+--------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+----------------+--------+----------+----------+
| hbom1.g4_point | repair | status | OK |
+----------------+--------+----------+----------+
1 row in set (0.07 sec)
테이블이 깨져 있었던것 같습니다.
테이블 복구로 처리해 드렸습니다.
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 187880
Server version: 5.0.77-log Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> repair table g4_point;
+----------------+--------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+----------------+--------+----------+----------+
| hbom1.g4_point | repair | status | OK |
+----------------+--------+----------+----------+
1 row in set (0.07 sec)
테이블이 깨져 있었던것 같습니다.
테이블 복구로 처리해 드렸습니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 56073 | |
| 56067 | |
| 56065 | |
| 56060 | |
| 56058 | |
| 56055 | |
| 56051 | |
| 56048 | |
| 56044 | |
| 56043 | |
| 56042 | |
| 56039 | |
| 56035 | |
| 56032 | |
| 56030 | |
| 56028 | |
| 56025 | |
| 56018 | |
| 56012 | |
| 56010 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기