- 论坛徽章:
- 0
|
DAVID,你好。拜读了你关于innodb引擎,写的比较深入。
现在在编译该存储引擎时遇到一个问题,您在第10章说要把innodb编译为默认存储引擎,需要删除innobase,将innodb_plugin文件夹重命名为innobase。
现在我遇到一个问题
版本mysql-5.1.55
./configure --prefix=/usr/local/mysql --sysconfdir=/usr/local/mysql/etc --with-plugins=innobase --with-charset=utf8 --with-extra-charsets=gb2312,gbk --with-mysqld-user=mysql --enable-local-infile --with-tcp-port=3306 --with-libwrap=/usr/lib --with-mysqlmanager --with-server-suffix=max --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static --enable-assembler --with-unix-socket-path=/var/lib/mysql/mysql.sock
报错如下:
configure: error: unknown plugin: innobase,请指导。 |
|