Handbuch:$wgSharedDB

From mediawiki.org
This page is a translated version of the page Manual:$wgSharedDB and the translation is 64% complete.
Gemeinsam genutzte DB-Einstellungen: $wgSharedDB
Der Name der gemeinsamen Datenbank.
Eingeführt in Version:1.4.0
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:nicht angegeben
Standardwert:null

Details

Der Name der gemeinsamen Datenbank.

Gemeinsame Datenbank für mehrere 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. Unterstützung für SQLite wurde in MediaWiki 1.17 hinzugefügt. Unterstützung für PostgreSQL wurde in MediaWiki 1.19 hinzugefügt.

Siehe Handbuch:Gemeinsame Datenbank für Informationen zur Verwendung.

MediaWiki 1.39 incorrectly gives a deprecation warning during update.php for this config. The warning can be ignored. [1]
Achtung! Achtung: Renameuser is currently incompatible with $wgSharedDB. See phab:T104830.

Siehe auch