SyntaxFix
Write A Post
Hire A Developer
Questions
There are good options given in How To Reset MySQL Autoincrement Column
Note that ALTER TABLE tablename AUTO_INCREMENT = value; does not work for InnoDB
ALTER TABLE tablename AUTO_INCREMENT = value;