View Full Version : Mysql command
Hello,
Im wondering how i can get all the forums to be deleted with a command on Vbulletin. With Execute SQL Query. Im using Vb3.5 Release 2 Thanks
Andreas
08-24-2005, 02:56 PM
You mean delete all Posts/Threads?
truncate post;
truncate post_parsed;
truncate thread;
truncate word;
truncate postindex;
The rebuild counters.
Marco van Herwaarden
08-24-2005, 03:10 PM
I think he wants to delete forums Kirby.
Andreas
08-24-2005, 03:16 PM
well ... then add
truncate forum;
to the List ;)
(I also forgot subscriptions, deletionlog, editlog, ...)
Hello,
"An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'sco_forum.forum' doesn't exist"
hmm, i supose ill have to go through deleting all of them manually.
Andreas
08-24-2005, 04:07 PM
That's one possibility.
But you could also just add your Table-Prefix.
Mental note: Why on earth does everybody use Table-Prefixes?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.