Reset a tables auto increment field
If you need to do this, just issue the command
mysql> ALTER TABLE [tablename] AUTO_INCREMENT = [number];
[Click to add or edit comments])
Please prepend comments below including a date
If you need to do this, just issue the command
mysql> ALTER TABLE [tablename] AUTO_INCREMENT = [number];
Please prepend comments below including a date