I've noticed that exporting table structure as CREATE scripts seems to helpfully set the auto_increment on the table to what it was while exporting. While I can see how this is desirable as the default action, it is a bit of a pain when developing a new database since it means testing (adding dummy rows) will propagate to other environments (when running the CREATE scripts).
Is there any way of exporting tables etc (via the scheduler) WITHOUT setting the AUTO_INCREMENT? I thought that selecting the export of "structure only" as opposed to "structure and data" would have done the trick, but no.