phpmyadmin,如何更新表、字段支持aql语句全文检索?
我有一个数据库,其中已经有 300,000 多行。现在我想添加全文检索功能?我想更新我的表字段 myassac.title
支持全文搜索。如何在phpmyadmin
中用sql语句进行控制?谢谢。
I have a database, there already has 300,000+ rows in it. Now I want add a full-text search function? I want to update my table field myassac.title
support a full-text search. How to control in the phpmyadmin
with sql sentence? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只要
myassac
表是MyISAM类型表(InnoDB不支持全文索引),那么这很简单As long as the
myassac
table is a MyISAM type table (InnoDB does NOT support fulltext indexes), then it's a simple matter of