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