View Single Post
  #8 (permalink)  
Old 04-13-2008, 10:56 AM
newsome newsome is offline
Casual Pligger
 
Join Date: Aug 2007
Posts: 39
Thanks: 6
Thanked 0 Times in 0 Posts
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.
Reply With Quote