I miss-clicked phpMySQL a button for FULLTEXT which generate an SQL
ALTERTABLE`products`ADDFULLTEXT (....
To my understanding that will make an index for the whole field and made the database slow.
How can I remove it? Thanks.
How do I remove FULLTEXT?
Moderator: General Moderators
Re: How do I remove FULLTEXT?
phpMyAdmin? Surely it allows for you to delete indexes on tables. Take a look.
Re: How do I remove FULLTEXT?
how? click again? seems no use.
Re: How do I remove FULLTEXT?
LOOK. If you don't know then Google it.
Re: How do I remove FULLTEXT?
got it ... hope it is correct 
Re: How do I remove FULLTEXT?
Expand a server group, and then expand a server. Expand Databases, expand the database in which the table belongs, and then click Tables.In the details pane, right-click the table, click Full-Text Index Table, and then click Remove Full-Text Indexing.Click Yes to confirm the removal of the full-text index from the table.