drop index if exists index_name;
create index index_name ......;
[/Quote]
不知道你有没有试验过,我在phpmyadmin里面是不能用的.
我现在在试试在终端里面行不行.
一样不行,错误如下.我建立的全文索引,索引名为content
mysql> drop index if exists content
-> ;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'if ex
ists content' at line 1