1:fatal binlog :log open error :failed to open ./binlog.003 :No such file or directory
删除目录下binlog.meta,和对应的binlog.003文件,restart searchd.exe 即可。
2:提示错误 compat_sphinxql_magics lets you upgrade safely.
It defauls to 1, which enables the compatibility mode. However, SphinxQL compatibility mode is now deprecated and will be removed once we complete bringing SphinxQL
in line with standard SQL syntax. So it's advised to update the applications utilising SphinxQL and then switch the daemon to the new, more SQL compliant mode by setting compat_sphinxql_magics = 0 in your config file.
本文介绍了两种常见的Sphinx搜索服务遇到的问题及解决方案。一是关于binlog文件打开失败导致的fatal错误,解决方法为删除对应文件并重启searchd.exe;二是关于compat_sphinxql_magics配置项的建议,推荐更新应用程序并调整配置以适应新的SphinxQL模式。
3026

被折叠的 条评论
为什么被折叠?



