The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Add an index to the field referredid in the table user.
How do I go about doing this? I do NOT have to PHP MY Admin - so please help!
Add an index to the field referredid in the table user. |
#2
|
|||
|
|||
Quote:
No phpMyAdmin? You would need a script then...unless you have telnet/SSH access. |
#3
|
|||
|
|||
Come on man - guide me through it...
|
#4
|
|||
|
|||
Do you have telnet/SSH access? Or should I create a small script?
|
#5
|
|||
|
|||
Here...
ALTER TABLE user ADD INDEX index_name (index_col_name) |
#6
|
|||
|
|||
try running this query don't know if it works though...
Code:
ALTER TABLE user ADD INDEX (referredid) g-force2k2 |
#7
|
|||
|
|||
How do you run a query without PHPMyadmin?
|
#8
|
||||
|
||||
Get firefly's query hack or get vB3.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|