[提问]
Can not connect to MySQL server
|
Message:Can not connect to MySQL server0
MySQL Query:
MySQL Error:
MySQL Errno:0
Message:Can not connect to MySQL server
网站程序和数据库都弄好了,就是连不上,请问这个如何解决。。
<?php
/**
* @author haohan
* @since 2009-11-25
* @¶¨Òå²ÎÊý²¢¸³³õʼֵ
*/
//if(!defined('haohan')) exit("HTTP/1.1 404 Not Found");
$dbhost = "root78956.db.7605111.hostedresource.com";
$dbuser = "root";//Êý¾Ý¿âÓû§Ãû
$dbpw = "Admin";//Êý¾Ý¿âÃÜÂë
$dbname = "root";//Êý¾Ý¿âÃû
$charset = "gb2312";
?> |
|
|
|
|
|
|
lwbo1987
发表于 2011-3-21 09:49:24
|
显示全部楼层
|
|
|
|
|