Reseed MySQL Primary Key – AUTO_INCREMENT
If you want to reseed your primary key (i.e. change the value of the next primary key generated), you can do it like this: This is useful for starting a new site, and you don’t want to leave hints that you have just launched. For example, if you sign up a new user whose user_id…