作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我运行 rake ts:index 时,出现以下错误:
Generating Configuration to /Users/main/rails_projects/glassboard/config/development.sphinx.conf
Sphinx 2.0.4-release (r3135)
Copyright (c) 2001-2012, Andrew Aksyonoff
Copyright (c) 2008-2012, Sphinx Technologies Inc (http://sphinxsearch.com)
using config file '/Users/main/rails_projects/glassboard/config/development.sphinx.conf'...
indexing index 'user_core'...
ERROR: index 'user_core': sql_connect: FATAL: role "root" does not exist
(DSN=pgsql://root:***@localhost:5432/glassboard_development).
total 0 docs, 0 bytes
total 0.005 sec, 0 bytes/sec, 0.00 docs/sec
skipping non-plain index 'user'...
total 0 reads, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg
total 0 writes, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg
我在网上找不到关于这个错误的任何信息,Sphinx 对我的数据库有什么问题?
我的操作系统是 Mac 10.6.8,我使用的是 (PostgreSQL) 9.1.4。
最佳答案
您使用的是哪个版本的 Thinking Sphinx?很久以前有一个错误,假设默认数据库用户是 root 如果没有指定(适用于 MySQL,但不适用于 PostgreSQL),但它已修复。我建议更新到适用于您使用的任何 Rails 的最新版本(Rails 2:TS 1.4.14,Rails 3:TS 2.0.14)。
或者如果您使用的是 Rails 3.1 或更新版本,您可以更新到 TS 3.0.2 - 但那里有重大变化:http://pat.github.com/thinking-sphinx/upgrading.html
关于ruby-on-rails - Rails 中的 Sphinx - 错误 : index 'user_core' : sql_connect: FATAL: role "root" does not exist,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15781579/
当我运行 rake ts:index 时,出现以下错误: Generating Configuration to /Users/main/rails_projects/glassboard/confi
我是一名优秀的程序员,十分优秀!