You can access via phpMyAdmin and change the Auto Increment number to be your next user ID number.
Open phpMyAdmin
Go to SQL tab at the top.
Enter the following:
ALTER TABLE 'wp_users' AUTO_INCREMENT=32200906;
Now create a new user and the ID should be 32200906
Related Posts:
- how to use joomla password format in wordpress?
- Importing users? From another wordpress site
- How to change WordPress user ID?
- Creating a Front-end based User Search
- Importing Existing Users with Passwords
- Generate unique number when registering a new user
- Does WordPress Importer notify imported Users?
- Move users and passwords from one wordpress site to another
- Will wordpress tools import do everything I need to copy one site to another
- create new users in db starting at what ID?
- How to get ID of Edit User page during wp_handle_upload_prefilter, whilst in Media picker?
- Import users once a day without a plugin
- Echo a list of all subscriber’s user IDs
- Unexpected problems after importing WP data
- Append USER ID to an outbound link?
- Safely changing UserID’s, re-using deleted UserID’s and automatically using deleted userID’s instead of an increment
- How to use url formatter with integer
- Can I provide a user’s user_ID to them and can it also be searchable in a member’s directory
- user_login vs. user_nicename
- WordPress usermeta scaling for thousands of users
- Groups of capabilities: users with multiple roles?
- Is there a way to merge two users?
- How to restrict access to uploaded files?
- Why are user address fields required [closed]
- Remove all users from site except one using WP CLI
- security+best practices: root or www-data on a wordpress content folder?
- Show Biographical Info while creating new user
- importing users where password is provided as md5 + much metadata
- User File Upload Repository?
- How to get user ID during registration and add it to a custom table
- How do I properly format the user_role array?
- How to edit user_id on the comment edit screen
- get_users() ORDER BY Not Working
- My custom page template with is_user_logged_in() does not detect that I’m logged in
- Tagging users in WordPress
- How can I display show/hide elements when user is registered?
- WordPress User getting added with id of 0
- Log all users out of all locations after 24 hours
- Force logout ALL users at a certain time
- Show MD5 Password in user section
- RSS feed for a given user’s post?
- add_cap not working with Shop Manager role
- Bulk delete users from a csv list
- Get tags for current user
- Users managed to register on website with no register button?
- Is there a way to make custom fields only editable by administrators?
- How to use WordPress for class notes?
- Including users in insert link internal link search in Gutenberg
- How to Check User type from the form user registers in user_register hook?
- Add value in user table when user is created
- How to hide WordPress users’ names externally?
- Editable registration date field in user profile
- How to force authors to ‘submit for review’?
- How do I transfer user passwords from one WordPress site to another?
- How can I authenticate user credentials against a WordPress instance?
- WordPress registration without wp-login.php and wp-admin folder, is it possible?
- List users by meta_key and meta_value
- MySQL query to mass change role of users
- Prevent subscribers to changing certain profile fields
- How can I prevent certain custom roles from seeing other custom roles on the user list page?
- Creating User Profiles using author.php
- “the_author_meta(‘url’)” not working inside “href”
- REST API: wp_get_current_user not working on second call
- How to let the users edit their user names?
- How do I filter users based on email address?
- What’s the correct way to add capabilites to user roles?
- Web app vs CMS backend
- User roles not displaying
- How to count total words for posts published by one author?
- Should I setup frontend-only users as CPT or use a plug-in?
- How to expire user registration?
- user login and its profile
- Delete all users with Editor role and their content mysql
- Load Custom Field to User Profile as per User Role using Ajax
- Show posts who published after registration date
- How to hide “Change role to” dropdown on Users admin menu
- How to show different pages for different users
- How can i display pagination in custom comment list?
- hide page menu from admin panel for specific users
- Single Sign On (SSO) between two WordPress websites
- Disabling user capability to edit_posts or delete_posts in the front-end
- Redirect /member/ to /member/user
- get user id in a plugin without a function
- WP_User object behaving strangely when used inside Admin Panel?
- REST_query_vars for users
- How to use a transient inside WP_User_Query
- Allowing users to edit only their page and nobody else’s
- Add an ‘edit profile’ page with Genesis
- Exclude Current user email and send notification
- Disallow user registration/checkout via Hotmail/Yahoo
- User management missing after migration to new host
- Add new user and user bio at same time
- Validate user meta and redirect
- Let admin users edit member profiles from front end
- New User Registration email
- How can I list users by date in an array in meta_value?
- Email Subscribe for Downloads in WordPress
- Cant edit profile from frontend
- Wordpres password as plain text in email
- Can Authors detach a syncd pattern?