[go: nahoru, domu]

Jump to content

Kézikönyv:$wgSharedDB

From mediawiki.org
Revision as of 20:14, 26 March 2019 by Worrida (talk | contribs) (Created page with "== Részletek ==")
Shared DB settings: $wgSharedDB
A megosztott adatbázis neve.
Bevezetve:1.4.0
Eltávolítva:használatban
Megengedett értékek:nincs megadva
Alapértelmezett érték:null

Részletek

The name of the shared database.

Shared database for multiple wikis. Commonly used for storing a user table for single sign-on (actually not real SSO, since the user may still have to log in into each wiki separately, but at least registration has to be done only once). The server for this database must be the same as for the main database. From 1.13 on you may use $wgSharedPrefix to specify a separate prefix for this database.

This option and its related configuration options may not be compatible with databases other than MySQL. Support for SQLite was added in MediaWiki 1.17. Support for PostgreSQL was added in MediaWiki 1.19.

See Manual:Shared database for usage information.

See also