오류메시지 원인이 뭔가요? 정보
오류메시지 원인이 뭔가요?본문
insert into g4_point set mb_id = 'admin', po_datetime = '2006-02-07 15:28:21', po_content = '2006-02-07 첫로그인', po_point = '500', po_rel_table = '@login', po_rel_id = 'admin', po_rel_action = '2006-02-07'
1062 : Duplicate entry '246288' for key 1
error file : /index.php
호스팅이 자체 IDC이동하고 다음날 이런 오류가 발생하네요.
1062 : Duplicate entry '246288' for key 1
error file : /index.php
호스팅이 자체 IDC이동하고 다음날 이런 오류가 발생하네요.
댓글 전체
mysql> desc g4_point;
+---------------+--------------+------+-----+---------------------+----------------+
| Field | Type | Null | Key | Default | Extra |
+---------------+--------------+------+-----+---------------------+----------------+
| po_id | int(11) | | PRI | NULL | auto_increment |
| mb_id | varchar(20) | | MUL | | |
| po_datetime | datetime | | | 0000-00-00 00:00:00 | |
| po_content | varchar(255) | | | | |
| po_point | int(11) | | | 0 | |
| po_rel_table | varchar(20) | | | | |
| po_rel_id | varchar(20) | | | | |
| po_rel_action | varchar(255) | | | | |
+---------------+--------------+------+-----+---------------------+----------------+
8 rows in set (0.01 sec)
mysql>
po_id가 독 같은 거이에요.
+---------------+--------------+------+-----+---------------------+----------------+
| Field | Type | Null | Key | Default | Extra |
+---------------+--------------+------+-----+---------------------+----------------+
| po_id | int(11) | | PRI | NULL | auto_increment |
| mb_id | varchar(20) | | MUL | | |
| po_datetime | datetime | | | 0000-00-00 00:00:00 | |
| po_content | varchar(255) | | | | |
| po_point | int(11) | | | 0 | |
| po_rel_table | varchar(20) | | | | |
| po_rel_id | varchar(20) | | | | |
| po_rel_action | varchar(255) | | | | |
+---------------+--------------+------+-----+---------------------+----------------+
8 rows in set (0.01 sec)
mysql>
po_id가 독 같은 거이에요.
어떻게 해결해야하나요?
관리자로 로그인하셔서
'관리자화면 > 환경설정 > 업그레이드'와 '복구/최적화'를 한 번씩 실행해 보세요.
'관리자화면 > 환경설정 > 업그레이드'와 '복구/최적화'를 한 번씩 실행해 보세요.