The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Reset User Count Iin Datbase
Hello all,
I am redoing my site and have deleted all the old users. I would like to reset my database to restart from user 3 instead of 1749. Can someone please tell me what fields to reset in my database? Also is their a field where banned users are kept that will need to be purged as well? Thanks, John |
#2
|
|||
|
|||
You can use this SQL:
Code:
ALTER TABLE user AUTO_INCREMENT = 3 The banned user info is kept in the userban table, so you could truncate that if you wanted. |
#3
|
|||
|
|||
Thank you for your reply. I will see if that corrects it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|