Mysql导入SQL语句报错:The used table type doesn‘t support FULLTEXT indexes
导入SQL语句的时候发生下列错误: The used table type doesn't support FULLTEXT indexes
报此错误是不支持全文索引,一个快速解决办法:将上图标记的InnoDB,改为MyISAM
导入SQL语句的时候发生下列错误: The used table type doesn't support FULLTEXT indexes
报此错误是不支持全文索引,一个快速解决办法:将上图标记的InnoDB,改为MyISAM