itE-SPACE: normal; LETTER-SPACING: normal; COLOR: rgb(68,68,68); WORD-SPACING: 0px; PADDING-TOP: 0px; -webkit-text-stroke-width: 0px">使用国外空间,mysql总是链接超时。出现:
ECSHOP info: Can't Connect MySQL Server(localhost:3306)!
若想把ecshop这句
ECSHOP info: Can't Connect MySQL Server(localhost:3306)!
换成“服务器繁忙,请刷新”
办法:
找到include/cls_mysql.php 代码
echo "<b>ECSHOP info</b>: $message <br /><br />";
//print('<a target="_blank">http://faq.comsenz.com/</a>');
}
else
{
echo "<b>MySQL server error report:";
print_r($this->error_message);
//echo "<br /><br /><a href='http://faq.comsenz.com/?type=mysql&dberrno=" . $this->error_message[3]['errno'] . "&dberror=" . urlencode($this->error_message[2]['error']) . "' target='_blank'>http://faq.comsenz.com/</a>";
改下ecshop info : 之后的message部分。
未经允许不得转载:445IT之家 » ECSHOP info: Cant Connect MySQL Server(localhost: