List:General Discussion« Previous MessageNext Message »
From:Aman Raheja Date:October 19 2004 4:48am
Subject:Re: How to remove an index
View as plain text  
alter table <tabble-name> drop index <index-name>
For details http://dev.mysql.com/doc/mysql/en/ALTER_TABLE.html

Aman Raheja

leegold wrote:

>I want to remove the index I made below. I intend to then redo it
>because I forgot to add a third field. How do I remove this index?
>Alter...? Thanks.
>
>
>mysql> ALTER TABLE page
>    ->   ADD FULLTEXT (title),
>    ->   ADD FULLTEXT (descrip),
>    ->   ADD FULLTEXT (title, descrip);
>Query OK, 1 row affected (0.05 sec)
>Records: 1  Duplicates: 0  Warnings: 0
>
>  
>

Thread
Script questionRhino19 Oct
RE: Script questionSST - Adelaide)19 Oct
RE: Script questionSST - Adelaide)19 Oct
  • Re: Script questionRhino19 Oct
    • Re: Script questionVictor Pendleton19 Oct
RE: Script questionSST - Adelaide)19 Oct
  • Re: Script questionRhino19 Oct
    • Re: Script questionBrian19 Oct
  • Re: Script questionRhino19 Oct
    • Re: Script questionBrian19 Oct
      • How to remove an indexleegold19 Oct
        • Re: How to remove an indexAman Raheja19 Oct
RE: Script questionCharles E Sweet19 Oct
  • Re: Script questionRhino19 Oct
  • Re: Script questionPhilippe Poelvoorde19 Oct
    • Re: Script questionGerald Taylor20 Oct
      • Re: Script questionSGreen20 Oct