1.修改mysql参数配置 2.创建全文索引 ALTER TABLE category ADD FULLTEXT INDEX idx_full_text_all(alias) WITH PARSER ngram; 相关文章: