Skip to content

Commit

Permalink
added comment to see MDL-9609 for progress on resolving auto creation…
Browse files Browse the repository at this point in the history
… of MySQL database
  • Loading branch information
arborrow committed Dec 24, 2007
1 parent c2faa1d commit 0bc1a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Expand Up @@ -350,7 +350,7 @@
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':
Expand Down

0 comments on commit 0bc1a2c

Please sign in to comment.