How to reset user id
-
Hi ,
Is there a way to reset the users id to start the next user from ?
Lets say , i have few id’s for the registered users after the admin , and i deleted those users .. how to let wordpress start the next user id after the admin id ” 1 ” ..
I tried this sql command , but it is not working :
ALTER TABLE
wp_users
AUTO_INCREMENT = 2and this was the error :
#1067 - Invalid default value for 'user_registered'
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to reset user id’ is closed to new replies.