Infobright on Ubuntu 安装

本文档提供了在Ubuntu x86_64环境下安装Infobright OLAP数据库的步骤,包括下载适用于Ubuntu的Infobright RPM包的链接。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1、下载

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
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值