gogo Well-known member Jan 22, 2021 #1 For example, currently there are 59 users in my forum, can I make the next new user's ID beginning from 100?
For example, currently there are 59 users in my forum, can I make the next new user's ID beginning from 100?
gogo Well-known member Jan 22, 2021 #3 What if I manually update the user ID of the new user in SQL table to 100? Would there be undesirable consequences? Upvote 0 Downvote
What if I manually update the user ID of the new user in SQL table to 100? Would there be undesirable consequences?
Ozzy47 Well-known member Jan 22, 2021 #4 You would have to adjust the table auto increment to 99, then add the member. That should work. But I really wouldn’t recommend messing with the DB like that. Upvote 0 Downvote
You would have to adjust the table auto increment to 99, then add the member. That should work. But I really wouldn’t recommend messing with the DB like that.
gogo Well-known member Jan 22, 2021 #5 Then probably I would just add more users in ACP until ID equals to 99.. then remove all those users. Upvote 0 Downvote
Then probably I would just add more users in ACP until ID equals to 99.. then remove all those users.
J jeb35 Well-known member Jan 22, 2021 #6 What is your specific purpose in doing this? Upvote 0 Downvote
gogo Well-known member Jan 22, 2021 #7 jeb35 said: What is your specific purpose in doing this? Click to expand... To make the 101 or 100001 really proud of himself for being the first member. And also make 100256 meaningful. Upvote 0 Downvote
jeb35 said: What is your specific purpose in doing this? Click to expand... To make the 101 or 100001 really proud of himself for being the first member. And also make 100256 meaningful.