pvijeh Posted December 6, 2013 Share Posted December 6, 2013 What up PHP freaks! i have a great question for you today. Here goes... when trying to import a databse file using phpmyadmin-- i get this nasty little error: #1062 - Duplicate entry '153' for key 'id' does anyone know how how to solve this guy? any insight is appreciated! Link to comment https://forums.phpfreaks.com/topic/284575-1062-duplicate-entry-error-when-trying-import-database/ Share on other sites More sharing options...
PravinS Posted December 6, 2013 Share Posted December 6, 2013 you are getting this error because the "id" field is primary key and autoincremented, there may be any old entry with 153 value Link to comment https://forums.phpfreaks.com/topic/284575-1062-duplicate-entry-error-when-trying-import-database/#findComment-1461457 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.