mysql The used table type doesn’t support FULLTEXT indexes

是不支持全文索引,解决方案:

1、停掉mysql服务
2、打开my.ini,搜索
default-storage-engine=

你搜索到的应该是

default-storage-engine=INNODB

3、把INNODB改成MyISAM
4、重新启动Mysql

相关文章:

  • 2022-12-23
  • 2022-02-18
  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
猜你喜欢
  • 2021-10-26
  • 2022-12-23
  • 2021-09-01
  • 2022-01-03
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
相关资源
相似解决方案