From fea065ebfe78d74ad08f40ba82d4416b03be6ac7 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sat, 24 May 2003 23:42:20 +0000 Subject: [PATCH] Put in b2config message. git-svn-id: https://develop.svn.wordpress.org/trunk@89 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/wp-install.php b/wp-admin/wp-install.php index aa4be4a75b..9718c0349a 100644 --- a/wp-admin/wp-install.php +++ b/wp-admin/wp-install.php @@ -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
".mysql_error()); +$connexion = mysql_connect($server, $loginsql, $passsql) or die("

Check your b2config.php file!

Can't connect to the database
".mysql_error()); $dbconnexion = mysql_select_db($base, $connexion); if (!$dbconnexion) {