I’m trying to create a FULLTEXT index on an attribute of a table. Mysql returns
ERROR 1214: The used table type doesn’t support FULLTEXT indexes.
Are you using InnoDB? The only table type that supports FULLTEXT is MyISAM.