The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Recreate table
Code:
Database error in vBulletin 4.2.2: Invalid SQL: INSERT INTO taggregate_temp_1492976820 SELECT threadid, COUNT(*) AS views FROM threadviews GROUP BY threadid; MySQL Error : Can't find file: 'threadviews' (errno: 2) Thanks! |
#2
|
||||
|
||||
You can get it from the mysql-schema.php file, in the install folder.
|
#3
|
|||
|
|||
Thanks!
The missing threadviews table caused the database to create lots of taggregate_temp_xxxx tables. Is there sql query to delete them all at once? Because I cant manually delete them because phpmyadmin hangs when I tried to load the database. Thanks! |
#4
|
||||
|
||||
Unfortuatenly, there is no way to delete all those tables with one query.
You could do some trickery with information_schema though: http://stackoverflow.com/questions/1...es-with-prefix Alternatively you could run a simple script: PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|