mysql手动设置数据表的自增值

设置表tablename的自增值从1开始自增值

alter table tablename auto_increment=1;

原文地址:https://www.cnblogs.com/GNblog/p/6923922.html