This is a post about manually altering your auto_increment value in a MYSQL table. The solution was just obscure enough drive me crazy for a few minutes, so I figured it’s worth blogging for other DIY MYSQL intermediates (including myself) to stumble onto in the future.
The MYSQL query is:
ALTER TABLE Name of Table AUTO_INCREMENT = Next Value
If you don’t understand the query, or why you might use it, keep reading.