1、下载
https://www.infobright.org/index.php/download/ICE/
以Ubuntu为例:
2、安装
#dpkg -i infobright-4.0.7-0-x86_64-ice.deb
Selecting previously unselected package infobright.
(正在读取数据库 ... 系统当前共安装有 173684 个文件和目录。)
Preparing to unpack infobright-4.0.7-0-x86_64-ice.deb ...
Installing infobright 4.0.7-0 (x86_64)
The installer will generate /tmp/ib4.0.7-0-install.log install trace log.
Unpacking infobright (4.0.7-0) ...
正在设置 infobright (4.0.7-0) ...
Creating/Updating datadir and cachedir
Creating user mysql and group mysql
Installing default databases
Installing MySQL system tables...
OK
Filling help tables...
OK
3、激活
# sh /usr/local/infobright-4.0.7-x86_64/postconfig.sh
Infobright post configuration
--------------------------------------
Infobright server activated.
--------------------------------------
Register your copy of ICE and receive a free copy of the User Manual (a $50 value) as well as a copy of the Bloor Research Spotlight Report "What's Cool About Columns" which explains the differences and benefits of a columnar versus row database.
Registration will require opening an HTTP connection to Infobright, do you wish to register now? [Y/N]: y
Do you want to tell us a bit about yourself? We will try to send your information to our server. [Y/N]: y
First Name: jason
Last Name: liu
Company: sunshain
Job Title: dba
4、启动infobright
# /etc/init.d/mysqld-ib start
#/etc/init.d/mysqld-ib status
5、设置root密码
# /usr/local/infobright-4.0.7-x86_64/bin/mysqladmin -u root password '123456'
6、设置远程登录权限
#mysql-ib -u root -p
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123456' WITH GRANT OPTION;
mysql> FLUSH PRIVILEGES;
注:
infobright的默认端口是5029,配置文件/etc/my-ib.cnf
Centos 6.4_x86_64
wget https://www.infobright.org/downloads/ice/infobright-4.0.7-0-x86_64-ice.rpm
Ubuntu x86_64
wget https://www.infobright.org/downloads/ice/infobright-4.0.7-0-x86_64-ice.deb
下载地址:https://www.infobright.org/index.php/download/ICE/
以Ubuntu为例:
2、安装
#dpkg -i infobright-4.0.7-0-x86_64-ice.deb
Selecting previously unselected package infobright.
(正在读取数据库 ... 系统当前共安装有 173684 个文件和目录。)
Preparing to unpack infobright-4.0.7-0-x86_64-ice.deb ...
Installing infobright 4.0.7-0 (x86_64)
The installer will generate /tmp/ib4.0.7-0-install.log install trace log.
Unpacking infobright (4.0.7-0) ...
正在设置 infobright (4.0.7-0) ...
Creating/Updating datadir and cachedir
Creating user mysql and group mysql
Installing default databases
Installing MySQL system tables...
OK
Filling help tables...
OK
3、激活
# sh /usr/local/infobright-4.0.7-x86_64/postconfig.sh
Infobright post configuration
--------------------------------------
Infobright server activated.
--------------------------------------
Register your copy of ICE and receive a free copy of the User Manual (a $50 value) as well as a copy of the Bloor Research Spotlight Report "What's Cool About Columns" which explains the differences and benefits of a columnar versus row database.
Registration will require opening an HTTP connection to Infobright, do you wish to register now? [Y/N]: y
Do you want to tell us a bit about yourself? We will try to send your information to our server. [Y/N]: y
First Name: jason
Last Name: liu
Company: sunshain
Job Title: dba
4、启动infobright
# /etc/init.d/mysqld-ib start
#/etc/init.d/mysqld-ib status
5、设置root密码
# /usr/local/infobright-4.0.7-x86_64/bin/mysqladmin -u root password '123456'
6、设置远程登录权限
#mysql-ib -u root -p
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123456' WITH GRANT OPTION;
mysql> FLUSH PRIVILEGES;
注:
infobright的默认端口是5029,配置文件/etc/my-ib.cnf