Delphi FireDac (TFDConnection) 连接到 Sphinx 服务

标签 delphi sphinx datasnap firedac

可以通过 Sphinx 连接 Delphi使用 TFDConnection?我尝试过这个设置:

Port=9306
Server=127.0.0.1
DriverID=MySQL

但是 TFDConnection 引发异常:

[FireDAC][Phys][MySQL]-1101. Unsupported MySQL version [203010000]. Supported are client and server from v 3.20 to v 6.2

最佳答案

也许你可以让 sphinx 报告一个假版本的 mysql,比如 5.0.0,然后可能会与你的连接库一起使用

http://sphinxsearch.com/docs/current.html#conf-mysql-version-string

关于Delphi FireDac (TFDConnection) 连接到 Sphinx 服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32910707/

相关文章:

sql-server - 使用 Datasnap 构建真正的数据库应用程序

Delphi ListView 更改标题文本

python - 导入 Networkx 包时出错

delphi - 如何获取给定类的虚拟重载过程的地址

linux - 在哪里可以找到 Linux 的 pthreads

ruby-on-rails - 解决方案或 sphinx ?哪个更好?

delphi - 协调错误: Has anyone had problems with truncated error messages?

ios - 德尔福 Firemonkey IOS TContextOpenGL.DestroyPixelShader EXC_BAD_ACCESS

delphi - 重载运算符和转换类型

ios - 如何向布局或图像添加边框?