MYSQL 编译安装优化
时间:2010-05-04 来源:cclang2009
./configure --with-unix-socket-path=/tmp/mysql.sock
--with-plugins=partition,innobase,myisamrg --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static --with-big-tables --with-read-line --with-ssl
--with-embedded-server --with-pthread --enable-thread-safe-client --enable-local-infile
--enable-assembler |