minor clarification
authorErik Moeller <erik@users.mediawiki.org>
Thu, 22 Jan 2004 05:00:16 +0000 (05:00 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Thu, 22 Jan 2004 05:00:16 +0000 (05:00 +0000)
LocalSettings.sample

index 10d228c..b79131f 100644 (file)
@@ -44,7 +44,9 @@ $wgEmergencyContact = "wikiadmin@myhost.com";
 # It is created by the installation script.
 #
 # $wgDBsqluser is used for queries through the 
-# web interface.
+# web interface. It is also created by the script.
+# Unlike the regular user, it has no write 
+# permissions and can not access passwords.
 #
 $wgDBserver         = "localhost";
 $wgDBname           = "wikidb";