Hi, i was wondering when the format for phpMyAdmin export format changed. It used to be that the auto_increment was in the main table query on the last line right along with the CHARSET like so
But now when i export it, it has the AUTO_INCREMENT in a seperate query that sets the primary key and AUTO_INCREMENT down on the bottom of the export.. I dont like it that way. I found myself having to add the primary key and AI, after i restored some tables because i did not include the additional query.
Is there a way to export the tables in the old fomat with the AI and primary setting in the main table field query?
ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_520_ci AUTO_INCREMENT='xx';
But now when i export it, it has the AUTO_INCREMENT in a seperate query that sets the primary key and AUTO_INCREMENT down on the bottom of the export.. I dont like it that way. I found myself having to add the primary key and AI, after i restored some tables because i did not include the additional query.
Is there a way to export the tables in the old fomat with the AI and primary setting in the main table field query?
Last edited by a moderator: