From 05ac86ced796e6531bed600465d28202adf3be32 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Thu, 22 Jan 2004 05:29:13 +0000 Subject: [PATCH] Further clarification to reduce newbie guesswork --- AdminSettings.sample | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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"; -- 2.20.1