Alter table ceshi AUTO_INCREMENT = 10; 设置ceshi表主键自增值为10,下次插入数据时主键ID为10。 truncate table ceshi; 清空ceshi表