lnmp 重建索引步聚
使用软件putty_0.63cn3登录
mysql -u root -p //进入mysql命令行
ft_min_word_len = 1 //修改文件 my.cnf 值为1
lnmp restart //然后重启
use test; //使用test数据库
repair table 表名 quick; //重建数据表索引
使用软件putty_0.63cn3登录
mysql -u root -p //进入mysql命令行
ft_min_word_len = 1 //修改文件 my.cnf 值为1
lnmp restart //然后重启
use test; //使用test数据库
repair table 表名 quick; //重建数据表索引