使用國外空間,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/n/n<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部分。
希望本文章對大家程序有所幫忙
新聞熱點
疑難解答