2022-11-09/2022-11-09
mysql数据库
数据库导入,出现使用的表类型不支持FULLTEXT索引
错误代码: 1214 - The used table type doesn't support FULLTEXT indexes
解决方法
.sql文件中 查找ENGINE=InnoDB
替换为ENGINE=MyISAM
参考:https://stackoverflow.com/questions/32817819/the-used-table-type-doesnt-support-fulltext-indexes