![]() |
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 |
You mean delete all Posts/Threads?
[sql] truncate post; truncate post_parsed; truncate thread; truncate word; truncate postindex; [/sql] The rebuild counters. |
I think he wants to delete forums Kirby.
|
well ... then add
[sql] truncate forum; [/sql] 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. |
That's one possibility.
But you could also just add your Table-Prefix. Mental note: Why on earth does everybody use Table-Prefixes? |
All times are GMT. The time now is 03:22 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|