Error

SQL-query :

LOAD DATA INFILE 'text.txt' INTO TABLE `products` FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\r\n'

MySQL said:


Duplicate entry '127' for key 1

What's the deal man?! Everytime I import a textfile into phpmyadmin it only EVER imports 127 rows and then I get this error?! Anybody know why?

I'm desperate here!