Initialise wgDBadminuser and wgDBadminpassword to null in DefaultSettings.php, to...
authorAndrew Garrett <werdna@users.mediawiki.org>
Tue, 8 Sep 2009 19:19:18 +0000 (19:19 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Tue, 8 Sep 2009 19:19:18 +0000 (19:19 +0000)
includes/DefaultSettings.php

index e3108ed..98677d2 100644 (file)
@@ -597,6 +597,10 @@ $wgDBpassword       = '';
 /** Database type */
 $wgDBtype           = 'mysql';
 
+/** Separate username and password for maintenance tasks. Leave as null to use the default */
+$wgDBadminuser = null;
+$wgDBadminpassword = null;
+
 /** Search type
  * Leave as null to select the default search engine for the
  * selected database type (eg SearchMySQL), or set to a class