Hi,
Can anyone tell me how/where MySQL running on my localhost (Win XP - Apache2) stores auto increment numbers.
How does it remember what the last number assigned was? I tried deleting all the records in the table but it still remembers what the last auto increment number was and continues on from there.
It must store it somewhere but I don't know where.
I would like to reset the number back to 1 but I'm not sure what to do.
Any ideas?
Thank you.
Can anyone tell me how/where MySQL running on my localhost (Win XP - Apache2) stores auto increment numbers.
How does it remember what the last number assigned was? I tried deleting all the records in the table but it still remembers what the last auto increment number was and continues on from there.
It must store it somewhere but I don't know where.
I would like to reset the number back to 1 but I'm not sure what to do.
Any ideas?
Thank you.