View Single Post
  #10 (permalink)  
Old 04-13-2008, 04:59 PM
tbones tbones is offline
Constant Pligger
 
Join Date: Apr 2007
Posts: 1,070
Thanks: 53
Thanked 25 Times in 23 Posts
Quote:
Originally Posted by newsome View Post
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?
Reply With Quote