- Code: Select all
Warning
Related topics : SQL error [ mysql4 ] : The used table type doesn't support FULLTEXT indexes [1214]
The db user does not seems to have enough rights to run the required SQL query, please run it manually (phpMyadmin) :
ALTER TABLE phpbb_topics ADD FULLTEXT topic_tft (topic_title)
So I run like this in mySQL:
- Code: Select all
ALTER TABLE phpbb_topics ADD FULLTEXT topic_tft (topic_title)
But I got this error:
- Code: Select all
#1214 - The used table type doesn't support FULLTEXT indexes
How I run this script on mySQL?
Sorry for my English.
Thanks a lot for your answer..

English |
French
