Quote:
Originally Posted by newsome Hello.
What I did was, in phpmyadmin, I entered these 2 statements shown above via the SQL tab. I did them one at a time and checked that it worked before doing the next one.
alter table digg_tags add key tag_words (`tag_words`);
alter table digg_pageviews add key pv_page_id (pv_page_id), add key pv_user_id (pv_user_id);
NOTE: You have to change the 'digg' part to whatever your table's prefix is.
HTH. |
Do you perceive an improvement compared to the situation before?