alter table 表名 AUTO_INCREMENT =

例:

alter table user_info AUTO_INCREMENT = 1

 

相关文章: