建表时
create table tname(...)AUTO_INCREMENT = 起始值
2. 建表后
alter table tname AUTO_INCREMENT = 大于已有的自动增长的ID值