Manual:$wgDBname

Database settings: $wgDBname
Name of the database.
Introduced in version: pre 1.1.0
Removed in version: still in use
Allowed values: (string)
Default value: 'wikidb'

Other settings: Alphabetical | By Function

DetailsEdit

Name of the database used by current installation of MediaWiki.

Caution
  • Do not change $wgDBname after Setup.php has been included. Note: Setup.php initializes various paths, includes some common files, starts sessions, and performs various other setup tasks for a request. It is not related to the installation or setup of MediaWiki.
  • Only files in include/db/ should use $wgDBname, everything else should use the getDBname() method provided by the DatabaseBase class.

See AlsoEdit


Language: English  • français • magyar • 日本語 • polski • русский
Last modified on 5 October 2012, at 12:08