Info
- 3 posts
- 2 voices
- Started 2 years ago by Loader
- Latest reply from Loader
- This topic is resolved
How to change next users id?
-
- Posted 2 years ago #
After convertation from phpBB3 to BBpress 0.9.0.5 i delete fake users and change IDs, but when somebody registers now his new ID is 140x... where i can fix this?
i mean how to say to bbpress that i have only etc. 30 users, so next ID must be 31,32,33?
-
- Posted 2 years ago #
This is definitely related to the phpbb3 to bbPress conversion. :-) The AUTO_INCREMENT gets set really high by the conversion script, to avoid userID conflicts.
Previous users have reported fixes here - hope one of these fixes work!
http://bbpress.org/forums/topic/user-id-999999999#post-5521Please let us know how it goes. :-)
-
- Posted 2 years ago #
Thx for link John:
ALTER TABLE bb_users AUTO_INCREMENT = 400
400 - will be next registered user id
-
You must log in to post.