1.sql语句 ALTER TABLE table_name AUTO_INCREMENT=1 2截断表,truncate 截断表自动增量值自动复位为0。TRUNCATE TABLE table_name