mysql 5.1在linux下的静态编译
mysql的静态编译可以提高性能,具体见http://www.aease.org/2009/05/mysql-1.html
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ./configure --prefix=/app/mysql --libdir=/usr/lib --with-mysqld-user=mysql --without-debug --with-big-tables --with-zlib-dir=bundled --with-extra-charsets=all --with-pthread --enable-static --enable-thread-safe-client --with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static --enable-assembler --with-ssl CFLAGS="-O2" CXX=gcc CXXFLAGS="-O2 -felide-constructors -fno-exceptions -fno-rtti" |
最近评论