执行这些操作后:
[root@shop ~]# mysqlcheck -p -c wordpress hihgv_options
wordpress.hihgv_options OK
[root@shop ~]# mysqlcheck -p -o wordpress hihgv_options
wordpress.hihgv_options
note : Table does not support optimize, doing recreate + analyze instead
status : OK
[root@shop ~]# mysqlcheck -p -a wordpress hihgv_options
wordpress.hihgv_options OK
大小降到了1.6MB,不确定是否进行了优化,因为我以前在HeidiSQL中做过,没有任何更改。
编辑:来自OP的SQL查询仍然返回相同的数字。
编辑2:只是在执行后再次执行:
[root@shop wordpress]# mysqlcheck -p -o wordpress wp_options
note : Table does not support optimize, doing recreate + analyze instead
status : OK
它从3.9GB增加到10MB。如果有人知道我的确切原因,我将不胜感激。