The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
After transferring attachments from the database to the file system, you run Optimize/Repair on the Attachment table. The size of the Attachment table will decrease quite a bit.
|
#12
|
|||
|
|||
![]()
If you never finalised the move from file system to database, then you can clear out the attachments by running the following query:
[sql]UPDATE attachment SET filedata = "";[/sql] PS Always create a backup before running a manual query. Once you have empited the data you can run an optimise on the table. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|