My database structure is:
`id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `address` varchar(50) COLLATE utf8_unicode
You can copy the table, and remove the ID primary column.
You just need navigate to Operations tab and copying the table
Operations
When it has copied, you go to Structure tab, and remove primary column
Structure
After remove the primary column, just go Export tab.
Export