in reply to Mysql autoincrement problem

Hi, you can able to change the customer id auto increment by
alter table <table name> change/modify <column name> AUTO_INCREMENT = +4;

20090906 Janitored by Corion: Added formatting, code tags, as per Writeup Formatting Tips