Put in b2config message.

git-svn-id: https://develop.svn.wordpress.org/trunk@89 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-05-24 23:42:20 +00:00
parent 452029bb31
commit fea065ebfe

View File

@ -8,7 +8,7 @@ function mysql_doh($msg,$sql,$error) {
die();
}
$connexion = mysql_connect($server, $loginsql, $passsql) or die("Can't connect to the database<br />".mysql_error());
$connexion = mysql_connect($server, $loginsql, $passsql) or die("<h1>Check your b2config.php file!</h1>Can't connect to the database<br />".mysql_error());
$dbconnexion = mysql_select_db($base, $connexion);
if (!$dbconnexion) {