table truncate and reset auto increament

TRUNCATE table table_name;
ALTER TABLE table_name AUTO_INCREMENT = 1;