开发者

Trying to use MySQL protocol support and SphinxQL

开发者 https://www.devze.com 2023-01-19 09:19 出处:网络
But unluckily it seems I can\'t get the layer to work, all I see are my local mysql databases, what am I doing wrong? of course I\'m connecting to the correct port.

But unluckily it seems I can't get the layer to work, all I see are my local mysql databases, what am I doing wrong? of course I'm connecting to the correct port.

It seems t开发者_JS百科hat I connect to the default mysql server even if I give a non existant port


Another option to force mysql to connect to the specified port and ignore the socket is to specify the --protocol option explicitly.

I have searchd (SphinxQL) listening on port 9306. To connect: mysql --port=9306 --protocol=tcp

See: http://dev.mysql.com/doc/refman/5.0/en/connecting.html

0

精彩评论

暂无评论...
验证码 换一张
取 消