改掉ecshop这句“ECSHOP info: Can't Connect MySQL Server(
时间:2011-01-12 21:00来源:未知 作者:最模板 点击:次
使用 国外 空间 , mysql总是链接超时 。出现:ECSHOP info: Can't Connect MySQL Server(localhost:3306)! 若想把ecshop这句 ECSHOP info: Can't Connect MySQL Server(localhost:3306)! 换成 服务器 繁忙,请刷新 办法:
使用国外空间,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 href="http://faq.comsenz.com/?type=mysql&dberrno=2003&dberror=Can%27t%20connect%20to%20MySQL%20server%20on" 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部分。
(责任编辑:最模板) |
------分隔线----------------------------