zachary Posted November 21, 2007 Share Posted November 21, 2007 please assist i have looked at the possible error i havent found inthe script . Link to comment https://forums.phpfreaks.com/topic/78194-i-dont-understand-insertion-unsuccesfulduplicate-entry-0-for-key-1/ Share on other sites More sharing options...
~n[EO]n~ Posted November 21, 2007 Share Posted November 21, 2007 And, where is the script ? Link to comment https://forums.phpfreaks.com/topic/78194-i-dont-understand-insertion-unsuccesfulduplicate-entry-0-for-key-1/#findComment-395720 Share on other sites More sharing options...
~n[EO]n~ Posted November 21, 2007 Share Posted November 21, 2007 If you are getting this kind of Error #1062 - Duplicate entry '5' for key 1 You cannot insert same value in the filed which has primary key. It must be unique. Normally, an error occurs when you try to INSERT or UPDATE a row that causes a primary key, unique key, or foreign key violation. If you are using a transactional storage engine such as InnoDB, MySQL automatically rolls back the statement. If you are using a non-transactional storage engine, MySQL stops processing the statement at the row for which the error occurred and leaves any remaining rows unprocessed. Link to comment https://forums.phpfreaks.com/topic/78194-i-dont-understand-insertion-unsuccesfulduplicate-entry-0-for-key-1/#findComment-395728 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.