MyBB Community Forums

Full Version: Reset all users posts to 0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is that possible? Any MYSQL command or something.
UPDATE mybb_users SET postnum=0

Change prefix (mybb_) to yours if needed.
Thanks Lex,
Is there also a way to reset the members birthdays?
Hi,

If you run the following query, it will reset everyone's birthday to blank:

UPDATE mybb_users SET birthday=""

(Replace mybb_ with your table perfix).

Chris.
Remember not to refresh your board statistics unless you want to reset it to zero. It's suppose to reset on it's own but if it didn't you can.