Sphinx Search mysql client on production server
问题 I want to connect to SphinxQL on my production server to execute sphinx queries on mysql database, Please note I ran the following commands in the production server terminal(Ubuntu 10.04) by connecting to it remotely. mysql -h 127.0.0.1 -P 9312 mysql -h 127.0.0.1 -P 9306 mysql -h <<my_production_ip_address>> -P 9312 mysql -h <<my_production_ip_address>> -P 9306 Tried changing the bind_address in /etc/mysql/my.cnf to my_production_ip_address. I want to run a sphinx query on my production