I was wondering whether anyone could help. I want to create a fulltext index on some fields on my table but can't get the fulltext function to work on MySql.
Is this due to the version that I am running? If so is there any way of me creating a fulltext on this version of MySql.
Heres the command that I have been trying so far:
ALTER TABLE TableName
ADD FULLTEXT (company, description);
Any ideas?? I would really appreciate any help that you could give me.