Dealing with MySQL ERROR 1214 (HY000): The used table type doesn’t support FULLTEXT indexes

If you’re ever unfortunate to run into the same MySQL error that I’ve just run into, don’t stress. There is an easy solution to resolve this annoying error message. Ther error I was getting: In my case, I was trying to import a .sql dump and the error I got looked  like this: ERROR 1214 … Read more