| List: | General Discussion | « Previous MessageNext Message » | |
| From: | leegold | Date: | October 19 2004 3:55am |
| Subject: | How to remove an index | ||
| View as plain text | |||
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 question | Rhino | 19 Oct |
| • RE: Script question | SST - Adelaide) | 19 Oct |
| • RE: Script question | SST - Adelaide) | 19 Oct |
| • Re: Script question | Rhino | 19 Oct |
| • Re: Script question | Victor Pendleton | 19 Oct |
| • RE: Script question | SST - Adelaide) | 19 Oct |
| • Re: Script question | Rhino | 19 Oct |
| • Re: Script question | Brian | 19 Oct |
| • Re: Script question | Rhino | 19 Oct |
| • Re: Script question | Brian | 19 Oct |
| • How to remove an index | leegold | 19 Oct |
| • Re: How to remove an index | Aman Raheja | 19 Oct |
| • RE: Script question | Charles E Sweet | 19 Oct |
| • Re: Script question | Rhino | 19 Oct |
| • Re: Script question | Philippe Poelvoorde | 19 Oct |
| • Re: Script question | Gerald Taylor | 20 Oct |
| • Re: Script question | SGreen | 20 Oct |
