MYSQL 编译安装优化
时间:2010-05-07 来源:admin126com
./configure
--prefix=/usr/local/mysql
--without-debug
--with-charset=urf8
--with-extra-charsets=gbk,gb2312,utf8
--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
相关阅读 更多 +