haospoke 发表于 2012-2-3 09:44:56

哪位老哥可以写个重新编译mysql启用InnoDB的步骤

安装了lnmp,但mysql不支持InnoDB
哪位老哥可以写个重新编译mysql启用InnoDB的步骤?

linux的菜鸟伤不起

licess 发表于 2012-2-3 10:26:02

论坛里早就有了,自己用论坛搜索一下

haospoke 发表于 2012-2-3 10:48:20

朋友给指点了一下。

1.进入源码目录make clean
2.运行命令 ./configure--prefix=/usr/local/mysql --enable-assembler --with-charset=utf8 --with-extra-charsets=complex --enable-thread-safe-client --with-big-tables --with-readline --with-ssl --with-embedded-server --enable-local-infile --with-pic --with-fast-mutexes --with-client-ldflags=-static --with-mysqld-ldflags=-static --with-plugins=all
3.make & make install

就可以了
正在试

[ 本帖最后由 haospoke 于 2012-2-3 10:54 编辑 ]

alide 发表于 2012-11-5 18:21:23

遇到同样的问题。不知道楼主后来解决没有?

jim9 发表于 2013-4-22 12:14:05

页: [1]
查看完整版本: 哪位老哥可以写个重新编译mysql启用InnoDB的步骤