From 0bc1a2c1928e5cee9c1183372b1cd83dc37123a1 Mon Sep 17 00:00:00 2001 From: arborrow Date: Mon, 24 Dec 2007 02:46:36 +0000 Subject: [PATCH] added comment to see MDL-9609 for progress on resolving auto creation of MySQL database --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index e36d68d2c0..c6dae5a648 100644 --- a/install.php +++ b/install.php @@ -350,7 +350,7 @@ if ($INSTALL['stage'] == DATABASE) { if (! $dbconnected = $db->Connect($INSTALL['dbhost'],$INSTALL['dbuser'],$INSTALL['dbpass'],$INSTALL['dbname'])) { /// The following doesn't seem to work but we're working on it /// If you come up with a solution for creating a database in MySQL - /// feel free to put it in and let us know + /// feel free to put it in and let us know - see MDL-9609 if ($dbconnected = $db->Connect($INSTALL['dbhost'],$INSTALL['dbuser'],$INSTALL['dbpass'])) { switch ($INSTALL['dbtype']) { /// Try to create a database case 'mysql': -- 2.39.5