LNMP0.4 不能装ECMS?
LNMP0.4 不能装帝国吗?安装帝国数据库出错了
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' INSERT INTO `mkj_enewsmemberform` VALUES (1, '个人注册表单', ' ECMS好像是需要mysql支持InnoDB,lnmp默认是没有编译安装上InnoDB的,需要手动重新编译安装mysql,在configure的参数上加上 --with-plugins=innobase ,其他按脚本安装就行了。 原帖由 licess 于 2010-9-16 19:52 发表 https://bbs.vpser.net/images/common/back.gif
ECMS好像是需要mysql支持InnoDB,lnmp默认是没有编译安装上InnoDB的,需要手动重新编译安装mysql,在configure的参数上加上 --with-plugins=innobase ,其他按脚本安装就行了。 ...
请问具体如何重新编译MYSQL?
回复 3# 的帖子
按centos.sh中的mysql部分,在configure的参数上加上 --with-plugins=innobase ,其他按脚本安装就行了。 原帖由 licess 于 2010-9-19 10:47 发表 https://bbs.vpser.net/images/common/back.gif按centos.sh中的mysql部分,在configure的参数上加上 --with-plugins=innobase ,其他按脚本安装就行了。
只编译以下这段即可吧?
tar -zxvf mysql-5.1.44.tar.gz
cd mysql-5.1.44/
./configure --prefix=/usr/local/mysql --with-extra-charsets=all --enable-thread-safe-client --enable-assembler --with-charset=utf8 --enable-thread-safe-client --with-extra-charsets=all --with-big-tables --with-readline --with-ssl --with-embedded-server --enable-local-infile
make && make install
cd ../
回复 5# 的帖子
en
页:
[1]