I created a backup file of my database with phpMyAdmin and checked the following data dump option:
include column names in every INSERT statement Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)
For now I get an error because some tables rows at the beginning of the import already exist, results of the incomplete import.
Is it possible to resume the import of this file, which has already been started but not finished ? I would like to do it without deleting the database content, nor modifying too much of the backup file, is it possible ?