![]() |
Resetting UserIDs?
Hey everyone! This forum has helped me in the past so I figured I'd see if anyone knows.
I had opened a new forum awhile back. After neglecting it for 2 months (It was still more of a test) I got 300+ spam users. I'm hoping to be able to reset the userID count so that it doesn't go 1-10 and then jump to 301, etc. I've now deleted those users so I'm hoping there's a way to reset it. Any ideas? |
You could really screw things up if you play with the auto increment number for the tables and don't know exactly what you are doing. It's best to leave that number alone.
|
Quote:
|
Yes, there probably is by changing the auto-increment number in your database if you really know exactly what you are about. Otherwise, you will screw up your site.
|
If you deleted the users properly, and no lingering data remains (userfield, usertextfield, etc.) then all you need to do is run this query:
Code:
alter table user auto_increment = 3; |
All times are GMT. The time now is 04:13 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|