Skip to content

Instantly share code, notes, and snippets.

@exuan
Created January 17, 2017 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exuan/ef5de2c6138d49d2bba70203b98e99d9 to your computer and use it in GitHub Desktop.
Save exuan/ef5de2c6138d49d2bba70203b98e99d9 to your computer and use it in GitHub Desktop.
cmake . -DCMAKE_INSTALL_PREFIX=/data/database/mysql \
-DWITH_BOOST=../boost_1_63_0 \
-DSYSCONFDIR=/data/database/mysql \
-DWITH_INNOBASE_STORAGE_ENGINE=1 \
-DWITH_PARTITION_STORAGE_ENGINE=1 \
-DWITH_FEDERATED_STORAGE_ENGINE=1 \
-DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
-DWITH_MYISAM_STORAGE_ENGINE=1 \
-DENABLED_LOCAL_INFILE=1 \
-DENABLE_DTRACE=0 \
-DDEFAULT_CHARSET=utf8mb4 \
-DDEFAULT_COLLATION=utf8mb4_general_ci \
-DWITH_EMBEDDED_SERVER=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment