ar099968
ar099968

Reputation: 7547

Delphi FireDac (TFDConnection) connect to Sphinx service

It's possible connect Delphi with Sphinx with a TFDConnection? i have tried with this setting:

Port=9306
Server=127.0.0.1
DriverID=MySQL

but TFDConnection raise exception:

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

Upvotes: 2

Views: 430

Answers (1)

barryhunter
barryhunter

Reputation: 21091

Maybe you can get sphinx to report a fake version of mysql, something like 5.0.0 that might then work with your connection library

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

Upvotes: 3

Related Questions