Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to change next users id?

  • @jurasiks

    Participant

    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • @johnhiler

    Member

    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!

    https://bbpress.org/forums/topic/user-id-999999999#post-5521

    Please let us know how it goes. :-)

    @jurasiks

    Participant

    Thx for link John:

    ALTER TABLE bb_users AUTO_INCREMENT = 400

    400 – will be next registered user id

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar