Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Manually reset user id to higher number?

You can’t change the ID column in the wordpress users table as it’s an autoincrement field. MySQL might have some docs on the site if it’s possible to inflate it. Failing that, do a load of inserts / deletes and bump the number up ;)

Skip to toolbar