show variables like 'ft_m%'
'ft_max_word_len', '84'
'ft_min_word_len', '4'
对于英文来说, ft_min_word_len=4是可以的。但是对于中文,需要为1.
要不就没有办法全文搜索了。
show variables like 'ft_m%'
'ft_max_word_len', '84'
'ft_min_word_len', '4'
对于英文来说, ft_min_word_len=4是可以的。但是对于中文,需要为1.
要不就没有办法全文搜索了。