修改mysql自增序列起始值

 

单机的mysql修改。

alter table users AUTO_INCREMENT=123456;

如果想让自增ID从默认值开始只要

TRUNCATE TABLE table1