Hey all,
I'm nearing the completion of a script of mine that inserts data into a table and assigns each row an auto_increment id. Right now it's populated with a bunch of test entries and I want to know how I can reset the auto_increment id to 0 so that when the script goes into a production environment it starts over at 1 when the first real record is entered.
TIA