From 3eb3901ef1e62c3935703941410a69e4f0639cf9 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 31 May 2002 09:37:16 +0000 Subject: [PATCH] Indicates only MySQL is supported for now. --- config-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.5