phpmyadmin, will stop on errors when you are importing a file, there are no options to set it to continue processing expect for "Ignore Duplicates".
You can write your own php script to loop read the CSV file and insert the records into the database.
That way you can continue to process the records even if there are errors.