Solaris

MySQL 컴파일 옵션

알 수 없는 사용자 2008. 2. 26.
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
728x90

댓글