Home | Mirror | Search

2. MySQL

./configure --prefix=/usr/local/mysql-5.1.45/ \
--enable-assembler \
--with-extra-charsets=complex \
--enable-thread-safe-client \
--with-big-tables \
--with-readline \
--with-ssl \
--with-embedded-server \
--enable-local-infile \
--with-plugins=innobase \
--with-mysqld-user=mysql \
--without-ndb-debug \
--without-debug \
--with-charset=utf8 \
--localstatedir=/data/mysql/data \
--with-collation=utf8_general_ci
make
make install
		
comments powered by Disqus