Acfe 发表于 2018-10-4 10:40:44

MySQL 安装详解

./configure --prefix=/usr/local/mysql \  
--localstatedir=/data/mysql --enable-assembler \
  
--with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static \
  
--with-pthread --enable-static --with-big-tables --without-ndb-debug \
  
--with- --with-extra-charsets=all \
  
--without-debug --enable-thread-safe-client --enable-local-infile --with-plugins=max


页: [1]
查看完整版本: MySQL 安装详解