我将我的网站移动到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