MyBB Community Forums

Full Version: reset postIDs&threadIDs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Title says everything.
do you want to wipe out all existing threads & posts and start afresh ?
(2016-04-15, 12:29 PM).m. Wrote: [ -> ]do you want to wipe out all existing threads & posts and start afresh ?

Yes...
you can remove all existing posts & threads by truncating the database tables
TRUNCATE TABLE `mybb_posts`
TRUNCATE TABLE  `mybb_threads` 

see also common sql queries guidance