MYSQL 5.6 安裝時cmake引數
http://dev.mysql.com/doc/refman/5.6/en/source-configuration-options.html#option_cmake_mysql_datadir
Formats | Description | Default | Introduced | Removed |
---|---|---|---|---|
BUILD_CONFIG | Use same build options as official releases | |||
CMAKE_BUILD_TYPE | Type of build to produce | RelWithDebInfo | ||
CMAKE_INSTALL_PREFIX | Installation base directory | /usr/local/mysql | ||
COMPILATION_COMMENT | Comment about compilation environment | |||
CPACK_MONOLITHIC_INSTALL | Whether package build produces single file | OFF | ||
DEFAULT_CHARSET | The default server character set | latin1 | ||
DEFAULT_COLLATION | The default server collation | latin1_swedish_ci | ||
ENABLE_DEBUG_SYNC | Whether to enable Debug Sync support | ON | ||
ENABLE_DOWNLOADS | Whether to download optional files | OFF | ||
ENABLE_DTRACE | Whether to include DTrace support | |||
ENABLE_GCOV | Whether to include gcov support | 5.6.3 | ||
ENABLE_GPROF | Enable gprof (optimized Linux builds only) | OFF | 5.6.6 | |
ENABLED_LOCAL_INFILE | Whether to enable LOCAL for LOAD DATA INFILE | OFF | ||
ENABLED_PROFILING | Whether to enable query profiling code | ON | ||
IGNORE_AIO_CHECK | With -DBUILD_CONFIG=mysql_release, ignore libaio check | OFF | 5.6.1 | |
INSTALL_BINDIR | User executables directory | PREFIX/bin | ||
INSTALL_DOCDIR | Documentation directory | PREFIX/docs | ||
INSTALL_DOCREADMEDIR | README file directory | PREFIX | ||
INSTALL_INCLUDEDIR | Header file directory | PREFIX/include | ||
INSTALL_INFODIR | Info file directory | PREFIX/docs | ||
INSTALL_LAYOUT | Select predefined installation layout | STANDALONE | ||
INSTALL_LIBDIR | Library file directory | PREFIX/lib | ||
INSTALL_MANDIR | Manual page directory | PREFIX/man | ||
INSTALL_MYSQLSHAREDIR | Shared data directory | PREFIX/share | ||
INSTALL_MYSQLTESTDIR | mysql-test directory | PREFIX/mysql-test | ||
INSTALL_PLUGINDIR | Plugin directory | PREFIX/lib/plugin | ||
INSTALL_SBINDIR | Server executable directory | PREFIX/bin | ||
INSTALL_SCRIPTDIR | Scripts directory | PREFIX/scripts | ||
INSTALL_SHAREDIR | aclocal/mysql.m4 installation directory | PREFIX/share | ||
INSTALL_SQLBENCHDIR | sql-bench directory | PREFIX | ||
INSTALL_SUPPORTFILESDIR | Extra support files directory | PREFIX/support-files | ||
MEMCACHED_HOME | Path to memcached | [none] | ||
MYSQL_DATADIR | Data directory | |||
MYSQL_MAINTAINER_MODE | Whether to enable MySQL maintainer-specific development environment | OFF | ||
MYSQL_PROJECT_NAME | Windows/Mac OS X project name | 3306 | 5.6.5 | |
MYSQL_TCP_PORT | TCP/IP port number | 3306 | ||
MYSQL_UNIX_ADDR | Unix socket file | /tmp/mysql.sock | ||
ODBC_INCLUDES | ODBC includes directory | |||
ODBC_LIB_DIR | ODBC library directory | |||
OPTIMIZER_TRACE | Whether to support optimizer tracing | 5.6.3 | ||
SYSCONFDIR | Option file directory | |||
WITH_BUNDLED_LIBEVENT | Use bundled libevent when building ndbmemcache | ON | ||
WITH_BUNDLED_MEMCACHED | Use bundled memcached when building ndbmemcache | ON | ||
WITH_CLASSPATH | Classpath to use when building MySQL Cluster Connector for Java. Default is an empty string. | |||
WITH_DEBUG | Whether to include debugging support | OFF | ||
WITH_DEFAULT_COMPILER_OPTIONS | Whether to use default compiler options | ON | 5.6.6 | |
WITH_DEFAULT_FEATURE_SET | Whether to use default feature set | ON | 5.6.6 | |
WITH_EDITLINE | Which libedit/editline library to use | bundled | 5.6.12 | |
WITH_EMBEDDED_SERVER | Whether to build embedded server | OFF | ||
WITH_xxx_STORAGE_ENGINE | Compile storage engine xxx statically into server | |||
WITH_ERROR_INSERT | Enable error injection in the NDB storage engine. Should not be used for building binaries intended for production. | OFF | ||
WITH_EXTRA_CHARSETS | Which extra character sets to include | all | ||
WITH_LIBEDIT | Use bundled libedit library | ON | 5.6.12 | |
WITH_LIBWRAP | Whether to include libwrap (TCP wrappers) support | OFF | ||
WITH_NDB_BINLOG | Enable binary logging by default by mysqld. | ON | ||
WITH_NDB_DEBUG | Produce a debug build for testing or troubleshooting. | OFF | ||
WITH_NDB_JAVA | Enable building of Java and ClusterJ support. Enabled by default. Supported in MySQL Cluster only. | ON | ||
WITH_NDB_PORT | Default port used by a management server built with this option. If this option was not used to build it, the management server's default port is 1186. | [none] | ||
WITH_NDB_TEST | Include NDB API test programs. | OFF | ||
WITH_NDBCLUSTER_STORAGE_ENGINE | Build the NDB storage engine | ON | ||
WITH_NDBMTD | Build multi-threaded data node. | ON | ||
WITH_READLINE | Use bundled readline library | OFF | 5.6.5 | |
WITH_SSL | Type of SSL support | no | ||
WITH_UNIXODBC | Enable unixODBC support | OFF | ||
WITH_ZLIB | Type of zlib support | system | ||
WITHOUT_xxx_STORAGE_ENGINE | Exclude storage engine xxx from build |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9606353/viewspace-1727373/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- mysql5.6的安裝(cmake)MySql
- MySQL 5.5編譯安裝cmake引數說明MySql編譯
- Windows 安裝 MySQL 5.6WindowsMySql
- CentOS 安裝 mysql 5.6CentOSMySql
- Mysql-5.5.32 cmake安裝MySql
- CMAKE安裝mysql5.5MySql
- MySQL CMake引數說明手冊MySql
- 【MySQL】MySQL 5.6 引數之 extra_portMySql
- MySQL 5.6 RPM安裝MySql
- MySQL 5.7.17 安裝報錯CMake Error at cmake/boost.cmake:81 (MESSAGE)MySqlError
- Windows 安裝並配置 MySQL 5.6WindowsMySql
- Linux安裝Mysql5.6LinuxMySql
- Docker Centos安裝Mysql5.6DockerCentOSMySql
- mysql5.6主從引數詳解MySql
- mysqldump 引數詳解(基於MySQL 5.6)MySql
- 獲取安裝後Apache、MySQL、Nginx、PHP編譯時引數ApacheMySqlNginxPHP編譯
- mysql 5.6 半同步主從安裝MySql
- MySQL 5.6 for REHL 6.4編譯安裝MySql編譯
- MySQL之——RPM方式安裝MySQL5.6MySql
- mysql在linux上cmake安裝方法(自己安裝版)MySqlLinux
- ubuntu安裝CMakeUbuntu
- Linux 安裝 mysql 5.5.8(cmake原始碼安裝mysql5.5以上版本)[轉]LinuxMySql原始碼
- CentOS 6.7下yum方式安裝MySQL 5.6CentOSMySql
- Linux上yum安裝mysql5.6LinuxMySql
- mysql 5.6 for linux (rpm包安裝)MySqlLinux
- MySQL5.6 windows msi安裝介紹MySqlWindows
- MySQL 5.6原始碼編譯安裝流程MySql原始碼編譯
- CentOS6.5上安裝MySQL5.6CentOSMySql
- rpm 安裝5.6 MySql主從搭建MySql
- MySQL5.6 linux原始碼安裝MySqlLinux原始碼
- MySQL 5.6所有系統變數(系統引數)MySql變數
- centOS 7 離線安裝 MySQL 5.6 完美安裝CentOSMySql
- 安裝oracle時核心引數的含義Oracle
- Oracle安裝時shmmax引數的設定OracleHMM
- Mysql安裝過程中CMAKE編譯出錯MySql編譯
- ubuntu mysql5.6二進位制安裝UbuntuMySql
- CentOS6.5下MySQL5.6的安裝CentOSMySql
- Linux下MySQL5.6原始碼安裝LinuxMySql原始碼