MySQL Variables have_compress 数据库 参数变量解释及正确配置使用
本站中文解释
have_compress变量表示MySQL是否支持压缩, 取值可以为YES 表示支持, NO 表示不支持。
设置此变量的方式可以通过在MySQL服务器的配置文件中添加“have_compress=YES”语句来实现,然后重启MySQL服务器即可。
官方英文解释
have_compress
YES
if the zlib
compression library is available to the server,
NO
if not. If not, the
COMPRESS()
and
UNCOMPRESS()
functions cannot
be used.