How to reset user id in wordpress for new signup registration
Posted on May 13, 2014 Posted Under Wordpress
Comments Off on How to reset user id in wordpress for new signup registration
Here is way to reset user id in wordpress for new signup registration. First Delete all your unwanted users from backend. Now go to phpmyadmin to acess you database. Click on SQL tab from top and Enter below SQL COMMAND and Click GO button. ALTER TABLE wp_users AUTO_INCREMENT = 15 That’s it.