天天看点

23天学完mysql系统变量(八)

今天学习15个以H开头的变量:

have_compress

have_crypt

have_csv 

have_dynamic_loading

have_geometry

have_innodb

have_ndbcluster

have_openssl

have_partitioning

have_profiling

have_query_cache

have_rtree_keys

have_ssl

have_symlink

hostname

1.have_compress

YES/NO 说明zlibcompression library 是否可用。

如果 YES,就可以使用COMPRESS()和UNCOMPRESS()函数。

2.have_crypt

YES/NO说明 crypt()和 ENCRYPT()函数是否可用。

3.have_csv 

是否支持CSV表。

4.have_dynamic_loading

是否支持动态加载插件(plugins)。

5.have_geometry

是否支持空间数据类型。

6.have_innodb

是否支持InnoDB。

7.have_ndbcluster

是否支持NDB.

8.have_openssl

是have_ssl的别名。

9.have_partitioning

是否支持分区。

10.have_profiling

是否支持profiling。

11.have_query_cache

是否支持查询缓存。

12.have_rtree_keys

是否支持RTREE索引。

13.have_ssl

是否支持SSL连接。

14.have_symlink

是否支持软链接。

15.hostname

主机名。