mysql 设置Id自动起始值

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

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

猜你喜欢

转载自www.cnblogs.com/AlexLeeLi/p/11455011.html
今日推荐