Further clarification to reduce newbie guesswork
authorErik Moeller <erik@users.mediawiki.org>
Thu, 22 Jan 2004 05:29:13 +0000 (05:29 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Thu, 22 Jan 2004 05:29:13 +0000 (05:29 +0000)
AdminSettings.sample

index b7e85f6..7f5a7c3 100644 (file)
@@ -6,10 +6,14 @@
 #
 # Developers: Do not check AdminSettings.php into CVS!
 
-# This data is used for all maintenance operations.
-# The user DOES NOT NEED TO EXIST. It is created by the
-# installation script.
-
+# This data is used by all database maintenance scripts
+# (see directory maintenance/). The SQL user DOES NOT NEED 
+# TO EXIST. It is created by the installation script,
+# which will prompt you for the MySQL root password.
+#
+# This is not to be confused with sysop accounts for the
+# wiki.
+#
 $wgDBadminuser      = "wikiadmin";
 $wgDBadminpassword  = "adminpass";