mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 00:01:27 +01:00
Put in b2config message.
git-svn-id: http://svn.automattic.com/wordpress/trunk@89 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
743b253e8e
commit
015be08632
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user