table truncate and reset auto increamentMarch 15, 2019 by LPodolski·0 CommentsTRUNCATE table table_name; ALTER TABLE table_name AUTO_INCREMENT = 1;