Connect to SphinxQL through Linux command-line
问题 I am trying to connect to SphinxQL server through Linux command-line this way: > mysql -P 9306 ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) My Sphinx config file has 2 listen entries: listen = 9312 listen = 9306:mysql41 searchd daemon is running: > ps ax | grep searchd 10727 ? S 0:00 /usr/local/sphinx/bin/searchd 10728 ? Sl 0:00 /usr/local/sphinx/bin/searchd Regular search queries work perfectly: > /usr/local/sphinx/bin/search StackOverflow | more Sphinx