Home » Wordpress » How to reset user id in wordpress for new signup registration

Here is way to reset user id in wordpress for new signup registration.

  1. First Delete all your unwanted users from backend.
  2. Now go to phpmyadmin to acess you database.
  3. Click on SQL tab from top and Enter below SQL COMMAND and Click GO button.
  4. ALTER TABLE wp_users AUTO_INCREMENT = 15

That’s it.

Array ( [0] => Wordpress )