mysql安装

./configure --prefix=/usr/local/mysql
--without-debug
--with-extra-charsets=gbk
--with-extra-charsets=all
--enable-assembler
--with-pthread
--enable-thread-safe-client
--with-mysqld-ldflags=-all-static
--with-client-ldflags=-all-static
--with-big-tables
--with-readline
--with-ssl
--with-embedded-server
--enable-local-infile
--with-plugins=innobase

 

posted @ 2015-12-03 09:20  九分  阅读(124)  评论(0编辑  收藏  举报