mysql 设置Id自动起始值

truncate table  visitors  -- 删除表所有数据

alter table visitors auto_increment = 10000;   --设置自动起始值

posted @ 2019-09-03 19:27  AlexLeeLi  阅读(551)  评论(0编辑  收藏  举报