gpt4 book ai didi

mysql - 使用 PostgreSQL 运行 ThinkingSphinx 时出错

转载 作者:行者123 更新时间:2023-11-29 00:34:40 26 4
gpt4 key购买 nike

我曾经使用 mySQL 启动并运行 thinking-sphinx。现在,我迁移到 PostgreSQL。但是,我的thinking-sphinx还是配置了mySQL,所以报错如下:

    /Users/name/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.0/lib/active_support/dependencies.rb:251:in `require': no such file to load -- mysql2 (LoadError)

我回溯到 Users/name/.rvm/gems/thinking-sphinx-3.0.1/lib 中的 thinking_sphinx.rb 文件,发现以下内容:

if RUBY_PLATFORM == 'java'
require 'java'
require 'jdbc/mysql'
else
require 'mysql2'
end

如何强制thinking-sphinx接受pgsql?或者,我是否需要完全卸载 thinking-sphinxSphinx 并使用 pgsql 配置安装它们?

最佳答案

来自 https://github.com/pat/thinking-sphinx/issues/413#issuecomment-11912232

Thinking Sphinx v3 communicates with Sphinx using SphinxQL - which essentially means Sphinx behaves like a MySQL server. Hence, the mysql2 gem is required for sending queries to Sphinx.

所以把这个添加到你的 Gemfile

gem 'mysql2'

关于mysql - 使用 PostgreSQL 运行 ThinkingSphinx 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14900853/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com