Return to Snippet

Revision: 9597
at November 13, 2008 06:01 by ericserrat


Updated Code
ALTER TABLE `table_name` AUTO_INCREMENT = 1;

Revision: 9596
at November 13, 2008 05:59 by ericserrat


Initial Code
ALTER TABLE `table_name` AUTO_INCREMENT = 1

Initial URL


Initial Description


Initial Title
MySQL  reset autoindex

Initial Tags
mysql

Initial Language
SQL