in reply to Mysql autoincrement problem
alter table <table name> change/modify <column name> AUTO_INCREMENT = +4; [download]
20090906 Janitored by Corion: Added formatting, code tags, as per Writeup Formatting Tips