gpt4 book ai didi

mysql - ft_min_word_len=3 三个字符不匹配

转载 作者:行者123 更新时间:2023-11-29 00:06:17 28 4
gpt4 key购买 nike

我有一个 InnoDB 表,其中三个字符词的搜索不起作用。我发现可以更改 my.cnf 文件的 [mysqld] 部分中的 ft_min_word_len 选项。默认情况下该选项不存在,因此我输入了值 3。

ft_min_word_len=3

然后我重新启动了整个服务器并重建了索引:

mysqldump mydatabase > dump.sql
mysql mydatabase < dump.sql

当我检查 phpMyAdmin 中的设置时

SHOW VARIABLES LIKE 'ft_min_word_len'

它告诉我设置是正确的。我什至在特定领域创建了一个索引。但我不会检索包含三个字符的单词的任何结果。我在监督什么吗?

谢谢,基督徒

最佳答案

InnoDB 全文的设置称为 innodb_ft_min_token_size
ft_min_word_len 用于 MyISAM。

参见 https://dev.mysql.com/doc/refman/5.6/en/fulltext-fine-tuning.html

关于mysql - ft_min_word_len=3 三个字符不匹配,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27317582/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com