Solaris
MySQL 컴파일 옵션
728x90
./configure --prefix=/usr/local/mysql \
--with-mysqld-user=mysql \
--with-innodb \
--without-debug \
--with-client-ldflags=-all-static \
--with-mysqld-ldflags=-all-static \
--localstatedir=/usr/local/mysql/data \
--with-extra-charsets=complex \
--with-charset=euc_kr \
--enable-assembler \
--enable-thread-safe-client \
--with-pthread \
--enable-local-infile \
--disable-shared \
--with-linuxthreads=glibc \
--with-charset=koi8_ukr
--with-mysqld-user=mysql \
--with-innodb \
--without-debug \
--with-client-ldflags=-all-static \
--with-mysqld-ldflags=-all-static \
--localstatedir=/usr/local/mysql/data \
--with-extra-charsets=complex \
--with-charset=euc_kr \
--enable-assembler \
--enable-thread-safe-client \
--with-pthread \
--enable-local-infile \
--disable-shared \
--with-linuxthreads=glibc \
--with-charset=koi8_ukr
출처 MySQL 컴파일 옵션|작성자 가야태자
728x90
댓글