1

Windows で Sphinx をサービスとしてインストールしようとしましたが、次のチュートリアルに記載されている手順に従いました:
http://sphinxsearch.com/forum/view.html?id=2972
しかし、サービスが開始されず、エラー #1067 が発生します。 、チュートリアルで述べたように、searchdコンソールから実行すると、これが得られます。誰かが私が間違っていることを教えてくれますか?

c:\sphinx\bin>searchd --console
Sphinx 2.0.7-release (r3759)
Copyright (c) 2001-2012, Andrew Aksyonoff
Copyright (c) 2008-2012, Sphinx Technologies Inc (http://sphinxsearch.com)

using config file './sphinx.conf'...
WARNING: compat_sphinxql_magics=1 is deprecated; please update your application
and config
listening on all interfaces, port=9312
listening on all interfaces, port=9306
precaching index 'test1'
precached 1 indexes in 0.004 sec
binlog: replaying log C:/sphinx/data/binlog.001
binlog: replay stats: 0 rows in 0 commits; 0 updates; 0 indexes
binlog: finished replaying C:/sphinx/data/binlog.001; 0.0 MB in 0.000 sec
binlog: replaying log C:/sphinx/data/binlog.001
binlog: replay stats: 0 rows in 0 commits; 0 updates; 0 indexes
binlog: finished replaying C:/sphinx/data/binlog.001; 0.0 MB in 0.000 sec
binlog: finished replaying total 2 in 0.003 sec
accepting connections
4

2 に答える 2

1

私のために働いているもの

  1. フォルダー ログとデータが @confdir@ に存在することを確認します。
  2. 相対パスではなく、設定ファイルへのフル パスを使用する
于 2014-03-14T08:53:59.730 に答える