MyBB Community Forums

Full Version: How to delete all threads permamently?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can i do one for all and how to do it?
You can log into PHPMyAdmin ( Or whatever other database management tool you have ).

Run these queries:
TRUNCATE TABLE mybb_threads; TRUNCATE TABLE mybb_posts

After that you'll need to go to the Admin CP->Tools & Maintenance->Recount and Rebuild. You'll need to recount the following: Forum Counters, Thread Counters, User Post Counts, User Thread Counts, and Statistics. Please note that after truncating the tables, you can't recover the threads or posts unless you have a backup.