The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#41
|
||||
|
||||
I added indexes to post.dateline, thread.lastpost and thread.lastposter.
ALTER TABLE `post` ADD INDEX(`dateline`); ALTER TABLE `thread` ADD INDEX(`lastpost`); ALTER TABLE `thread` ADD INDEX(`lastposter`); How to un-done it in phpMyAdmin ? |
#42
|
|||
|
|||
[sql]ALTER TABLE `post` DROP INDEX(`dateline`);
ALTER TABLE `thread` DROP INDEX(`lastpost`); ALTER TABLE `thread` DROP INDEX(`lastposter`); [/sql] |
#43
|
|||
|
|||
Forgive this question from a clueless newbie, but phpmyadmin?
|
#44
|
||||
|
||||
please don't bump old threads
|
#45
|
|||
|
|||
Quote:
If you want to run queries in vB3, you can use the control panel if you turn on $canrunqueries for your userid in config.php. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|