导入SQL语句的时候发生下列错误: The used table type doesn't support FULLTEXT indexes

Mysql导入SQL语句报错:The used table type doesn‘t support FULLTEXT indexes

报此错误是不支持全文索引,一个快速解决办法:将上图标记的InnoDB,改为MyISAM

 

 

相关文章:

  • 2021-10-20
  • 2022-12-23
  • 2021-12-22
  • 2021-07-19
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
猜你喜欢
  • 2021-10-26
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2021-09-24
相关资源
相似解决方案