您的位置:首页 > 数据库 > MySQL

Infobright on Ubuntu 安装

2015-09-22 16:48 891 查看
1、下载Centos 6.4_x86_64wget https://www.infobright.org/downloads/ice/infobright-4.0.7-0-x86_64-ice.rpm Ubuntu  x86_64wget 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 cachedirCreating user mysql and group mysqlInstalling default databasesInstalling MySQL system tables...OKFilling help tables...OK3、激活# 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]: yDo you want to tell us a bit about yourself? We will try to send your information to our server. [Y/N]: yFirst Name: jasonLast Name: liuCompany: sunshainJob Title: dba4、启动infobright# /etc/init.d/mysqld-ib start#/etc/init.d/mysqld-ib status5、设置root密码 # /usr/local/infobright-4.0.7-x86_64/bin/mysqladmin -u root password '123456'  6、设置远程登录权限#mysql-ib -u root -pmysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123456' WITH GRANT OPTION;mysql> FLUSH PRIVILEGES;注:infobright的默认端口是5029,配置文件/etc/my-ib.cnf
                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  infobright olap mysql