mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
added comment to see MDL-9609 for progress on resolving auto creation of MySQL database
This commit is contained in:
parent
c2faa1d82f
commit
0bc1a2c192
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ if ($INSTALL['stage'] == DATABASE) {
|
||||||
if (! $dbconnected = $db->Connect($INSTALL['dbhost'],$INSTALL['dbuser'],$INSTALL['dbpass'],$INSTALL['dbname'])) {
|
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
|
/// 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
|
/// 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'])) {
|
if ($dbconnected = $db->Connect($INSTALL['dbhost'],$INSTALL['dbuser'],$INSTALL['dbpass'])) {
|
||||||
switch ($INSTALL['dbtype']) { /// Try to create a database
|
switch ($INSTALL['dbtype']) { /// Try to create a database
|
||||||
case 'mysql':
|
case 'mysql':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue