I did a backup file for an existing database and when I want to import this file to a new database I'm getting this error and the import process is stopped:
ERROR 1062 (23000) at line 38: Duplicate entry '86' for key 'PRIMARY'
Do you know how to ignore this error in the import process? I'm using MySQL Workbench, I know that this error is because a primary key is duplicated in some records and should not to be this way.