#Enter a name for the error log file. Otherwise a default name will be used. #log-error= #Enter a name for the query log file. Otherwise a default name will be used. #log= #Enter a name for the slow query log file. Otherwise a default name will be used. #log-slow-queries= log-slow-queries.txt #Enter a name for the update log file. Otherwise a default name will be used. #log-update= #Enter a name for the binary log. Otherwise a default name will be used. #log-bin=
增加中文全文索引 在MySQL的配置文件my.ini最下面加入以下内容。
复制代码 代码如下:
# Minimum word length to be indexed by the full text search index. # You might wish to decrease it if you need to search for shorter words. # Note that you need to rebuild your FULLTEXT index, after you have # modified this value. ft_min_word_len = 1