From: Erik Moeller Date: Thu, 22 Jan 2004 05:29:13 +0000 (+0000) Subject: Further clarification to reduce newbie guesswork X-Git-Tag: 1.3.0beta1~1118 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=05ac86ced796e6531bed600465d28202adf3be32;p=lhc%2Fweb%2Fwiklou.git Further clarification to reduce newbie guesswork --- diff --git a/AdminSettings.sample b/AdminSettings.sample index b7e85f6475..7f5a7c3ff6 100644 --- a/AdminSettings.sample +++ b/AdminSettings.sample @@ -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";