By Phil Frilling, 24 May, 2016 MySQL dump a table without the primary key (ID) Today I had the need to dump a certain amount of rows from an existing database and insert them into a new table with the same structure. This application required me to not include the table structure nor the primary key (id). Tags mysql Linux Commands