View Full Version : Add an index to the field referredid in the table user.
DaQuixlet
08-12-2003, 09:11 PM
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.
Dark_Wizard
08-12-2003, 09:33 PM
Today at 06:11 PM DaQuixlet said this in Post #1 (https://vborg.vbsupport.ru/showthread.php?postid=425537#post425537)
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.
No phpMyAdmin? You would need a script then...unless you have telnet/SSH access.
DaQuixlet
08-12-2003, 09:44 PM
Come on man - guide me through it...
Dark_Wizard
08-12-2003, 09:47 PM
Do you have telnet/SSH access? Or should I create a small script?
Dark_Wizard
08-12-2003, 09:49 PM
Here...
ALTER TABLE user ADD INDEX index_name (index_col_name)
g-force2k2
08-12-2003, 09:50 PM
try running this query don't know if it works though...
ALTER TABLE user ADD INDEX (referredid)
regards,
g-force2k2
DaQuixlet
08-13-2003, 01:07 PM
How do you run a query without PHPMyadmin?
SmEdD
08-13-2003, 03:03 PM
Get firefly's query hack or get vB3.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.