I am using MySQL with InnoDB engine for my website. While creating a table with FULLTEXT index, it is throwing an error:
"The used table type doesn't support fulltext indexs"
What are the alternatives I can use? I don't want to use MyISAM because InnoDB is more advanced. Any way to remove this error?
I am using PHP, MySQL, Apache on Windows machine.