X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/74c929b24b048c9f1e31e17db757ae4195cd7673..dc9cc5d707f5a612938cc9371614cc41c328fda2:/AdminSettings.sample diff --git a/AdminSettings.sample b/AdminSettings.sample index 140cb0a9..8b6fe993 100644 --- a/AdminSettings.sample +++ b/AdminSettings.sample @@ -17,6 +17,11 @@ * * This is not to be confused with sysop accounts for the * wiki. + * + * NOTE: for PostgreSQL this should be set to the same user and + * password as the web user, that is, the same as $wgDBuser and + * $wgDBpassword in LocalSettings.php. This is necessary to + * ensure that the owner for new tables is set correctly. */ $wgDBadminuser = 'wikiadmin'; $wgDBadminpassword = 'adminpass';