From: Tim Starling Date: Tue, 9 Jun 2009 17:08:59 +0000 (+0000) Subject: Forward-ported r51646, AdminSettings.sample documentation note for PostgreSQL. X-Git-Tag: 1.31.0-rc.0~41433 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=33f1bba4fc81b473504fe9d947f45530e3bd3ab1;p=lhc%2Fweb%2Fwiklou.git Forward-ported r51646, AdminSettings.sample documentation note for PostgreSQL. --- diff --git a/AdminSettings.sample b/AdminSettings.sample index 140cb0a963..8b6fe99351 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';