Re: MySQL ERROR 1062: Duplicate entry '1' for key 1

2002-07-29 Thread Dan Nelson
In the last episode (Jul 29), Prince Chidi Ajuzie said: > MySQL Question > I run sql version 3.23.42. > > LOAD DATA INFILE "/usr/lists" INTO TABLE lists; > ERROR 1062: Duplicate entry '1' for key 1 > > Please how do i run this successfully. Ive tried the REPLACE option without > any luck. You p

Re: MySQL ERROR 1062: Duplicate entry '1' for key 1

2002-07-29 Thread Victoria Reznichenko
Prince, Monday, July 29, 2002, 12:58:22 PM, you wrote: PCA> MySQL Question PCA> I run sql version 3.23.42. PCA> LOAD DATA INFILE "/usr/lists" INTO TABLE lists; PCA> ERROR 1062: Duplicate entry '1' for key 1 PCA> Please how do i run this successfully. Ive tried the REPLACE option without PCA> an