Manual:$wgDBpassword
From MediaWiki.org
| Database settings: $wgDBpassword | |
|---|---|
| The password for $wgDBuser. |
|
| Introduced in version: | pre 1.1.0 |
| Removed in version: | still in use |
| Allowed Values: | (string) |
| Default Value: | (see below) |
Other settings: Alphabetical | By Function
[edit] Details
The password for $wgDBuser.
[edit] Default value
In MW 1.5.0 and later this setting is not initialised (it does not exist in default_settings.php). This setting must be configured in LocalSettings.php.
Prior to 1.5.0 the default value was 'userpass'.