我有一个非常奇怪的问题,因为我每次尝试使用搜索方法时都会考虑使用sphinx app给我这个错误。但我知道,我知道它确实适用于正常工作。我推了它,在github上运行版本,然后将它留在我的电脑上。然后,几个星期后我回来但它不再工作,给我上面的错误。我已经阅读了类似的SO主题,但他们并没有给我任何有用的答案。 是的,我完全确定mysql服务器启动并运行
thinking_sphinx.yml
development:
enable_star: true
min_prefix_len: 1
database.yml中:
development:
adapter: mysql2
encoding: utf8
database: wyszukiwarka
pool: 5
username: root
host: 127.0.0.1
test:
adapter: sqlite3
database: db/test.sqlite3
pool: 5
timeout: 5000
production:
adapter: sqlite3
database: db/production.sqlite3
pool: 5
timeout: 5000
如果有人想看看,这是我的github帐户上的这个(以前工作的)应用程序。对我感到羞耻,因为提交不是英文,但整件事情很简单,一个观点和内容: https://github.com/Sphaerus/wyszukiwarka
答案 0 :(得分:1)
我之前遇到过这种情况,这对我有用。试试跑步。
rake ts:restart
然后重启你的mysql.server