1、下载RPM包,笔者是在64位系统下安装,所以选择了64位的RPM包。(如果找不到软件包FQ查找实在找不到私信我)
cd /data0/software/
wget "https://www.infobright.org/downloads/ice/infobright-4.0.7-0-x86_64-ice.rpm"
2、RPM包安装infobright
rpm -ivh infobright-4.0.7-0-x86_64-ice.rpm --prefix=/usr/local/
3、完成后续配置工作
cd /usr/local/infobright
./postconfig.sh
下来会提示注册infobright,选择不注册即可:输入n
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]: n
4、初始化数据
cd /usr/local/infobright/scripts/
./mysql_install_db --user=root --basedir=/usr/local/infobright --datadir=/usr/local/infobright/data --force
chown mysql.mysql -R /usr/local/infobright-4.0.7-x86_64/
5、启动infobright
/etc/init.d/mysqld-ib start
6、进入infobright
mysql-ib -u root
本文档详细介绍了在64位系统上下载并安装Infobright RPM包的步骤,包括选择合适的RPM包,使用rpm命令进行安装,后续的配置工作,如初始化数据和启动服务,以及如何进入Infobright的命令行界面。整个过程简洁明了,适合系统管理员参考。

4434

被折叠的 条评论
为什么被折叠?



