As of now, the database in mysql has a unique row, named "id" which is set as auto-increment.
I was debugging the site with some fake accounts, and now I deleted them and wish to make actual accounts on the site, but the id number doesn't start at 1, it starts where it left off.
How can I restart back at 1? I don't think I can post my table information. . . but is there a function that I'm missing that willl accomplish this?
I was debugging the site with some fake accounts, and now I deleted them and wish to make actual accounts on the site, but the id number doesn't start at 1, it starts where it left off.
How can I restart back at 1? I don't think I can post my table information. . . but is there a function that I'm missing that willl accomplish this?