From: martin Date: Fri, 31 May 2002 09:37:16 +0000 (+0000) Subject: Indicates only MySQL is supported for now. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3eb3901ef1e62c3935703941410a69e4f0639cf9;p=moodle.git Indicates only MySQL is supported for now. --- diff --git a/config-dist.php b/config-dist.php index d8fd16546c..fe67f13082 100644 --- a/config-dist.php +++ b/config-dist.php @@ -34,7 +34,7 @@ // will be stored. This database must already have been created // and a username/password created to access it. See doc/INSTALL. -$CFG->dbtype = "mysql"; // eg mysql, postgres7, oracle, access etc +$CFG->dbtype = "mysql"; // eg mysql (postgres7, oracle, access coming soon) $CFG->dbhost = "localhost"; // eg localhost $CFG->dbname = "moodle"; // eg moodle $CFG->dbuser = "username";