how to reset auto increment valu e in sql code example Example: mysql reset auto increment ALTER TABLE `Table Name` AUTO_INCREMENT = 1;