
04-15-2002, 07:48 AM
|
 |
|
|
Join Date: Dec 2001
Location: Hengelo, The Netherlands
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
[QUOTE] Originally posted by Airwaves
@Frenck
One of the queries you said to run isnt valid - you had a ' where there shouldnt be one...
here they are correct
PHP Code:
ALTER TABLE `thread` ADD INDEX(`lastpost`);
ALTER TABLE `post` ADD INDEX(`dateline`);
|