How to solve the Error 'The used table type doesn't support FULLTEXT indexes' 1.Open Your the .sl file using text editor like Notepad or Notepad++ 2.Replace the ENGINE=InnoDB with ENGINE=MyISAM in the open sql file 3. Save the file 4. Import again and the error will have disappeared.