Navicat中mysql删除数据id重1开始自增 # n表示从几开始自增,1就表示从1开始 alter table table_name AUTO_INCREMENT=n #使用以下命令清空数据表,ID就会从1开始 truncate table table_name