摘要: 新建全文索引 -- title content alter table `t_article` add fulltext index fulltext_title_content(`title`,`content`) WITH PARSER ngram; 中文全文索引 MySQL 5.7.6之前 全 阅读全文
posted @ 2022-04-11 21:44 Rorchachl 阅读(63) 评论(0) 推荐(0)