I have been trying to enale fulltext on existing tables within my database. I have tried the code:
[SQL] ALTER TABLE stock ADD FULLTEXT(name, description, catagory); [/SQL]
which addresse the correct table and colums but i recive the following mysql error
"The used table type doesn't support FULLTEXT indexes"
any idea how i can enable FULLTEXT or change the table type?
Thanks
Dan