可能重复: 在mysql中重置主键?
我什么时候有解决方法吗?
delete from t1;
然后插入实体强制id再次从id = 1开始?
insert into t1 values(...);
mysql
mysql ×1