我想连接到生产服务器上的 SphinxQL 以在 mysql 数据库上执行 sphinx 查询,
请注意,我通过远程连接到生产服务器终端(Ubuntu 10.04)中运行了以下命令。
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
尝试将 /etc/mysql/my.cnf 中的 bind_address 更改为 my_production_ip_address。
我想在我的生产服务器上运行 sphinx 查询以进行调试。
请帮忙。
谢谢。