Reputation: 7547
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
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