日期:2014-05-16 浏览次数:20499 次
cd boost_1_45_0 ./bootstrap.sh --prefix=/usr/local/boost_1_45_0 ./bjam install export BOOST_ROOT=/usr/local/boost_1_45_0 echo "/usr/local/boost_1_45_0/lib" > /etc/ld.so.conf.d/boost-x86_64.conf ldconfig
shell> groupadd mysql shell> useradd -g mysql mysql
shell> cd infobright-version shell> make EDITION=community release shell> make EDITION=community install-release # Setting config file and brighthouse.ini file. shell> cp src/build/pkgmt/my-ib.cnf /etc/ shell> cd /usr/local/infobright shell> bin/mysql_install_db --defaults-file=/etc/my-ib.cnf --user=mysql shell> chown -R root . shell> chown -R mysql var cache shell> chgrp -R mysql .
shell> cp share/mysql/mysql.server /etc/init.d/mysqld-ib shell> vi /etc/init.d/mysqld-ib
conf=@BH_CONF@ user=@BH_USER@
conf=/etc/mysql-ib.cnf user=mysql