mysql良く使っているコンパイルパラメーター

./configure \
–prefix=/web/mysql –sysconfdir=/web/mysql \
–without-debug –enable-assembler \
–with-mysqld-ldflags=-all-static \
–with-client-ldflags=-all-static \
–with-unix-socket-path=/tmp/mysql.sock \
–with-mysqld-user=mysql \
–with-extra-charsets=utf8,gbk,gb2312 \
–with-innodb \
–with-mysqld-user=mysql \
–with-charset=utf8 –with-collation=utf8_unicode_ci

———————————————————
もしパーティションをサポートするなら、下記追加してください

IT

Posted by arkgame