#1062 – Duplicate entry ‘1’ for key ‘PRIMARY’

I am trying to move my database from my usbwebserver to my online server. But I get this error, can anyone help me with this?

#1062 - Duplicate entry '1' for key 'PRIMARY'

1 Answer
1

in the export process from your server’s PhpMyAdmin select Custom options, then – be sure to tick under Object Creation Options the next option:

Add DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT statement

than try to re import the DB

hope it helped

Leave a Comment