Guest User

Untitled

a guest
Jan 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Resetting auto-increment value for the post table:
  2.  
  3. ALTER TABLE wp_posts AUTO_INCREMENT=X;
  4.  
  5. Change wp_posts to correct table name if not using the default prefix (wp_). Change X to the value you want to set the next increment value to.
Add Comment
Please, Sign In to add comment