It is possbile set/reset the AUTO_INCREMENT value of a MySQL table via
AUTO_INCREMENT
ALTER TABLE some_table AUTO_INCREMENT = 1000
However I need
Reset mysql table auto increment was very easy, we can do it with single query, please see this http://webobserve.blogspot.com/2011/02/reset-mysql-table-autoincrement.html.