gpt4 book ai didi

php - 查询失败 : connection to localhost:3306 failed in sphinx

转载 作者:太空宇宙 更新时间:2023-11-04 09:08:35 24 4
gpt4 key购买 nike

我正在尝试使用 sphinx api 从 mysql 数据库中获取一些数据,但是当我在浏览器上加载它时,我一直收到此错误。

Query failed: connection to localhost:3306 failed (errno=4, msg=).

当我尝试将端口号更改为 3312 和其他一些时,我没有运气......

我实际上能够通过 linux 命令获得查询结果,但是当我在浏览器上尝试(使用 sphinxapi.php 文件)时出现错误

代码:

include('sphinxapi.php');

$cl = new SphinxClient();
$cl->SetServer("localhost", 3306);

$cl->SetMatchMode( SPH_MATCH_ANY );
$result = $cl->Query("email");


if ( $result === false ){
echo "Query failed: " . $cl->GetLastError() . ".\n";
}
else{
print_r($result);
}

我正在使用 sphinx 0.9.8

最佳答案

谢谢大家,我真的想通了。我使用了我的服务器 ip 而不是“localhost”。

关于php - 查询失败 : connection to localhost:3306 failed in sphinx,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4352592/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com