1.修改mysql参数配置
阿里云rds数据库mysql全文索引
2.创建全文索引
ALTER TABLE category ADD FULLTEXT INDEX idx_full_text_all(alias) WITH PARSER ngram;

相关文章: