table truncate and reset auto increamentTRUNCATE table table_name; ALTER TABLE table_name AUTO_INCREMENT = 1;