php – MySQL服务器’读取初始通信包’,系统错误:111

前端之家收集整理的这篇文章主要介绍了php – MySQL服务器’读取初始通信包’,系统错误:111前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我将我的网站移动到godaddy服务器,但即使有足够的更改,sql连接也无法正常工作
<?PHP
$link = MysqL_connect('www.xxxxx.com','PHPadminusername','PHPadminpasswor');
if (!$link) {
    die('Could not connect: ' . MysqL_error());
}
/*echo 'Connected successfully';*/
echo "DB CONNECTION :<font color='green'>ACTIVE</font>";


?>

显示错误

Warning: MysqL_connect() [function.MysqL-connect]: Lost connection to
MysqL server at ‘reading initial communication packet’,system error:
111 in /home/content/58/9508458/html/psychiatric/private.PHP on line
196 Could not connect: Lost connection to MysqL server at ‘reading
initial communication packet’,system error: 111

通过更新到godaddy.com专门给出的帐户管理器中的主机名来修复..不仅仅是域名
原文链接:https://www.f2er.com/php/133852.html

猜你在找的PHP相关文章