Today I uploaded a DB in Phpmyadmin but gave an error
1062 - Duplicate entry '1' for key 'PRIMARY'
I went to see the table that gave an error, everything was normal, does it have a problem? or do I have to try to resolve the error and re-upload?
Today I uploaded a DB in Phpmyadmin but gave an error
1062 - Duplicate entry '1' for key 'PRIMARY'
I went to see the table that gave an error, everything was normal, does it have a problem? or do I have to try to resolve the error and re-upload?
This error probably happened because some record of your table has a value of the primary key that already belongs to another record ... Each value of Primary key must be unique in a table.