Change auto increments starting number
If you ever have the need to change the starting number on a auto increment column (on a MySQL table) its pretty simple
ColdFISH is developed by Jason Delmore. Source code and license information available at coldfish.riaforge.org
ALTER TABLE tablename AUTO_INCREMENT = 12345
1ALTER TABLE tablename AUTO_INCREMENT = 12345