devilkin0312 发表于 2011-11-7 19:17 ![]()
问题解决,谢谢!
今天认真折腾了下编译安装过程,特别是配置参数以及编译优化问题。
下班。。。。
安装的时候,加上参数--with-plugins=all 表示安装所以存储引擎插件吧:
shell>./configure --prefix=/usr/local/mysql --without-debug --with-extra-charsets=all --with-charset=utf8 --exec-prefix=/usr/local/mysql --with-pthread --enable-assembler --enable-thread-safe-client --with-mysqld-user=mysql --with-plugins=all --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static --with-unix-socket-path=/usr/local/mysql/tmp/mysql.sock |