Manual:Wiki ID/en

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The wiki ID (or database ID) is the most common way of identifying a wiki within a wiki farm in MediaWiki. When every wiki is in a separate database, it is simply the database name; when multiple wikis share a database and are differentiated with table prefixes, it is in the form ‎<db name>-‎<table prefix>. It can be retrieved by calling WikiMap::getCurrentWikiId() (in older versions of MediaWiki, wfWikiID()). It is used for getting a database connection for a given wiki (see LoadBalancer::getConnection()) and in $wgConf , among other things.

See also