Things you'll needs to remember or rather things I will forget and need to save somewhere:
To reset the Auto_increment value on a MySql table
ALTER TABLE tbl_name AUTO_INCREMENT = 100
Things you'll needs to remember or rather things I will forget and need to save somewhere:
To reset the Auto_increment value on a MySql table
ALTER TABLE tbl_name AUTO_INCREMENT = 100