View Single Post
  #5 (permalink)  
Old 04-13-2008, 03:19 AM
tonuonu tonuonu is offline
New Pligger
 
Join Date: Jul 2007
Posts: 10
Thanks: 0
Thanked 5 Times in 1 Post
Smile

Quote:
Originally Posted by Rodney View Post
So how exactly would you apply this index using phpmyadmin?
Look again:
alter table digg_tags add key tag_words (`tag_words`);

This means go to digg_tags table and add key on field tag_words. Simple as that.
Reply With Quote