MyBB Community Forums

Full Version: how to delete certain forum by Mysql command
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I have forums that contain thousands of posts and i want to delete them with all their posts.
I can't do this via admin cp cause it takes too much time and not finish.
I want to delete them by mysql order via ssh, how can i do this?

Thanks
Do you want to delete the entire board or just a specific forum within your board?
hello,
i want to delete only specific forum with all its posts.
Example, i want to delete "general support" forum with all its post.
Thanks
ACP -> Forums -> Delete that forum ?
yes, i know that...but this process takes too much time and not finish cause the forum contain thousands of posts.
I want to delete the forum via mysql command via ssh (Iam using vps and i have access to ssh)
I want to know tha mysql command that makes me able to delete that forum withn all its posts.

Thanks
It's not a simple query, it requires more than one and more things besides queries