- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当尝试安装Infobright时,无论我如何尝试,它都说它无法使用mysql用户。
如果我尝试使用 dpkg -i infobright-4.0.7-0-i686-ice.deb,日志包含以下问题:
11:48:16 Installing infobright 4.0.7-0 (i686)
11:48:16 The installer will generate /tmp/ib4.0.7-0-install.log install trace log.
11:48:16 [step: pre (4.0.7-0, 1=upgrade)]
11:48:16 build type: static
11:48:19 [step: postun (4.0.7-0), 1=upgrade]
11:48:19 [step: post (4.0.7-0), 1=configure]
11:48:19 Install with RPM_INSTALL_PREFIX=/usr/local, current prefix=/usr/local/infobright, prefix_actual=/usr/local/infobright-4.0.7-i686
11:48:19 upgrade=
11:48:19 Config file /etc/my-ib.cnf created
11:48:19 sed -e 's+@BH_PORT@+5029+' -e 's+@BH_BASEDIR@+/usr/local/infobright-4.0.7-i686+' -e 's+@BH_SOCK@+/tmp/mysql-ib.sock+' -e 's+@BH_DATADIR@+/usr/local/infobright-4.0.7-i686/data+' < /usr/local/infobright-4.0.7-i686/support-files/my-ib-master.cnf.in > /etc/my-ib-master.cnf
11:48:19 sed -e 's+@BH_PORT@+5029+' -e 's+@BH_BASEDIR@+/usr/local/infobright-4.0.7-i686+' -e 's+@BH_SOCK@+/tmp/mysql-ib.sock+' -e 's+@BH_DATADIR@+/usr/local/infobright-4.0.7-i686/data+' < /usr/local/infobright-4.0.7-i686/support-files/my-ib-slave.cnf.in > /etc/my-ib-slave.cnf
11:48:19 Creating/Updating datadir and cachedir
11:48:19 Creating user mysql and group mysql
groupadd: Gruppe »mysql« existiert bereits.
useradd: Benutzer »mysql« existiert bereits
usermod: Keine Änderungen
11:48:19 Installing default databases
140902 11:48:19 [ERROR] Fatal error: Can't change to run as user 'mysql' ; Please check that the user exists!
140902 11:48:19 [ERROR] Aborting
140902 11:48:19 [Note] /usr/local/infobright-4.0.7-i686/bin/mysqld: Shutdown complete
11:48:19 =============ERROR=======================
11:48:19 Failed on infobright initialization. You can investigate /tmp/ib4.0.7-0-install.log and log files from /usr/local/infobright-4.0.7-i686/data.
11:48:19 At this stage the current installation may be broken. You need to uninstall it and
11:48:19 fix the cause before retrying the installation.
11:48:19 Possible reasons for the failure are: LDAP service is running or
11:48:19 system has unsupported glibc but nscd service is not running.
11:48:19 Possible work arounds are: If LDAP is running, you may stop LDAP service prior to the installation.
11:48:19 If you have unsupported glibc, you need to start nscd service prior to the installation.
11:48:19 =========================================
不幸的是,当我尝试从 tarball 安装它时,会发生类似的情况 - 每次都会出现错误 140902 11:48:19 [ERROR] Fatal error: Can't Change to run as user 'mysql' ;请检查用户是否存在!出现
,安装无法完成。
在 Infobright startup error: Fatal error: ,有人似乎有类似的错误,但并没有真正提出问题。有谁知道如何解决这个问题?
另一个不相关的错误似乎是 http://blog.oneiroi.co.uk/linux/mysql/cant-change-to-run-as-user-mysql-please-check-that-the-user-exists/ : 这里,有人说我需要添加mysql-user。但我检查了它,并且该用户存在,我可以作为该用户执行某些操作。不幸的是,我看不到任何方法来解决这个问题。
最佳答案
您可以使用CentOS 6.2或更高版本,其具有更高的glibc版本(2.12)。
从源代码编译似乎是唯一的选择。尝试了一下并成功了。我们需要设置
export LD_LIBRARY_PATH=/usr/local/boost_1_42_0/lib
运行命令之前
bin/mysql_install_db --defaults-file=/etc/my-ib.cnf --user=mysql
ICE 服务器现已启动并运行,并且也能够登录客户端。仅缺少 /etc/init.d/mysqd-ib
文件。这样启动和停止服务器非常方便。相信从另一个默认安装复制文件应该可以解决这个问题。会尝试一下。在此期间如有任何建议,欢迎提出
关于mysql - Infobright安装无法使用mysql用户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25620767/
有没有一种方法可以像从文件中一样使用 LOAD DATA 样式将数据插入 InfoBright 表 LOAD DATA INFILE '/usr/tmp/file2.txt' INTO TABLE t
我有这样的查询并使用 infobright 数据库 -- select field1, field2 from foo where filed1 in (1,2,3) 即使表中没有记录,我也想返回一些
提供 Hadoop 集群并使用该集群将数据提供给 Vertica/InfoBright 数据仓库有什么意义? 所有这些供应商一直在说“我们可以连接 Hadoop”,但我不明白这是什么意思。存储在 Ha
ICE版本: infobright-3.5.2-p1-win_32 我正在尝试加载大文件,但不断遇到错误问题,例如: 数据或列定义错误。行:989,字段:5。 这是第 989 行,第 5 字段: “(
有人可以建议我从 java 访问 Infobright 的技术吗?据我了解,我应该使用普通的 jdbc 连接并执行查询,而不是使用像 hibernate 这样的高级东西。我对吗? 最佳答案 从 Jav
我访问 www.infobright.com,下载 Infobright Enterprise Edition (IEE) 并安装它。但是,该服务无法启动,并且它完全没有提示我错误是什么以及原因。 最
我需要存储大量的小型数据对象(每月数百万行)。一旦他们被保存,他们就不会改变。我需要: 安全地存储它们 使用它们进行分析(主要是面向时间的) 偶尔检索一些原始数据 如果能和JasperReports或
我有一个表(在infobright中成功创建)。 我使用的是windows系统 CREATE TABLE `file_records` ( `id` int(11) NOT NULL , `f
我是一名优秀的程序员,十分优秀!