我安装的lnmp1.1 ,mysql选择的是5.5的,我查看库怎么不支持表分区,应该怎么设置呢?
SHOW VARIABLES LIKE'have%'显示只有
Variable_name Value
have_compress YES
have_crypt YES
have_csv YES
have_dynamic_loading YES
have_geometry YES
have_innodb YES
have_ndbcluster NO
have_openssl DISABLED
have_partitioning YES 这个是不是就等同于have_partition_engine
have_profiling YES
have_query_cache YES
have_rtree_keys YES
have_ssl DISABLED
have_symlink YES
没有 have_partition_engine YES
我应该怎么设置呢,先谢谢军哥了。
[ 本帖最后由 boris11201217 于 2015-3-27 22:34 编辑 ] 默认没有,需要在安装前加上-DWITH_PARTITION_STORAGE_ENGINE=1 或修改升级脚本,加上编译参数,然后升级一下mysql
页:
[1]