I have some bulk data in a text file that I need to import into a MySQL table. The table consists of two fields ..
Here is the simplest method to date:
CSV as the format. Then -- and this is the important part -- in the Format-Specific Options:
...in the Column names: fill in the name of the column the data is for, in your case "Name".
This will import the names and auto-increment the id column. You're done!
Tested fine with phpMyAdmin 4.2.7.1.