mysql ERROR------FULLTEXT
CREATE TABLE `jtfm_about` (
...
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
++++++++++++++++++++++++++++++++++++++++++++
mysql ERROR
ERROR 1214 (HY000) at line 222: The used table type doesn't support FULLTEXT indexes
----------------------------------------------
InnoDB 表不支持全文搜索
改成MyISAM
阅读(474) | 评论(0) | 转发(0) |
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
...
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
++++++++++++++++++++++++++++++++++++++++++++
mysql ERROR
ERROR 1214 (HY000) at line 222: The used table type doesn't support FULLTEXT indexes
----------------------------------------------
InnoDB 表不支持全文搜索
改成MyISAM
相关热门文章
给主人留下些什么吧!~~
评论热议