The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 |
#2
|
||||
|
||||
You mean delete all Posts/Threads?
[sql] truncate post; truncate post_parsed; truncate thread; truncate word; truncate postindex; [/sql] The rebuild counters. |
#3
|
|||
|
|||
I think he wants to delete forums Kirby.
|
#4
|
||||
|
||||
well ... then add
[sql] truncate forum; [/sql] to the List (I also forgot subscriptions, deletionlog, editlog, ...) |
#5
|
|||
|
|||
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. |
#6
|
||||
|
||||
That's one possibility.
But you could also just add your Table-Prefix. Mental note: Why on earth does everybody use Table-Prefixes? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|