Skip to content

Instantly share code, notes, and snippets.

@tomoemon
Created May 28, 2012 09:22
Show Gist options
  • Save tomoemon/2818120 to your computer and use it in GitHub Desktop.
Save tomoemon/2818120 to your computer and use it in GitHub Desktop.
MySQL5.1.63のコンパイルオプション
./configure '--prefix=/usr/local/mysql51' '--enable-thread-safe-client' '--enable-local-infile' '--with-pic' '--with-fast-mutexes' '--with-client-ldflags=-static' '--with-mysqld-ldflags=-static' '--with-zlib-dir=bundled' '--with-big-tables' '--with-ssl' '--with-readline' '--with-embedded-server' '--with-plugins=innobase,partition,archive,blackhole,csv' '--with-extra-charsets=complex'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment