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; //重建数据表索引

posted @ 2018-06-27 10:46  stma  阅读(79)  评论(0)    收藏  举报