| List: | General Discussion | « Previous MessageNext Message » | |
| From: | d e l d h a n o a | Date: | October 4 1999 2:55am |
| Subject: | ERROR 1062: Duplicate entry '1' for key 1 | ||
| View as plain text | |||
Here is my dilemma: mysql> describe console; +-------------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-------------+--------------+------+-----+---------+----------------+ | ID | int(11) | | PRI | 0 | auto_increment | | title | varchar(64) | YES | | NULL | | | url | varchar(96) | YES | | NULL | | | description | varchar(220) | YES | | NULL | | | category | int(11) | YES | | NULL | | | keywords | varchar(64) | YES | | NULL | | +-------------+--------------+------+-----+---------+----------------+ 6 rows in set (0.02 sec) mysql> load data infile "/usr/local/webs/gsbeta/cons.txt" into table console; ERROR 1062: Duplicate entry '1' for key 1 Now how do I get rid of this duplicate key? I just want to load the table into mysql! - Del
| Thread | ||
|---|---|---|
| • ERROR 1062: Duplicate entry '1' for key 1 | d e l d h a n o a | 4 Oct |
| • Re: ERROR 1062: Duplicate entry '1' for key 1 | Martin Ramsch | 4 Oct |
| • Re: ERROR 1062: Duplicate entry '1' for key 1 | Jan Dvorak | 4 Oct |
| • Re: ERROR 1062: Duplicate entry '1' for key 1 | Jan Dvorak | 4 Oct |
| • Re: ERROR 1062: Duplicate entry '1' for key 1 | Tonu Samuel | 4 Oct |
| • Re: ERROR 1062: Duplicate entry '1' for key 1 | Thomas Lund | 4 Oct |
| • Re: ERROR 1062: Duplicate entry '1' for key 1 | Michael Widenius | 6 Oct |
| • Re: ERROR 1062: Duplicate entry '1' for key 1 | Thomas Lund | 7 Oct |
| • Re: ERROR 1062: Duplicate entry '1' for key 1 | Michael Widenius | 7 Oct |
| • Re: ERROR 1062: Duplicate entry '1' for key 1 | Thomas Lund | 7 Oct |
