Sometimes it is useful to “reset” the numbers of an auto-incrementing field in a MySQL table. This obviously is a VERY bad idea if you have relations to these indices, so make sure you know what you’re doing before executing this on your tables! So, having warned you, here is the SQL code to do […]