首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

REDHAT6上编译安装InfoBright

2012-07-02 
REDHAT6下编译安装InfoBrightinfobright安装:需要boost 1.42 或更高版本,redhat自带的boost是1.41版本,所

REDHAT6下编译安装InfoBright
infobright安装:
需要boost 1.42 或更高版本,redhat自带的boost是1.41版本,所以需要下载个新的编译安装一下:
下载安装boost:http://www.boost.org/users/download/



如果没有mysql用户和组,需要加入:
conf=/etc/mysql-ib.cnfuser=mysql


启动:
shell> /etc/init.d/mysql-ib start

客户端连接:
shell> /usr/local/infobright/bin/mysql --default-file=/etc/my-ib.cnf -uroot

加入开机启动:
shell> chkconfig --add mysqld-ib


热点排行