Manual:$wgSharedDB/ko
Appearance
| Shared DB settings: $wgSharedDB | |
|---|---|
| The name of the shared database. |
|
| 이 변수가 소개된 버전: | 1.4.0 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | 미지정 |
| 기본값: | null |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
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 메뉴얼: 공유 데이터베이스 for usage information.
MediaWiki 1.39 incorrectly gives a deprecation warning during update.php for this config. The warning can be ignored. phab:T308536
| Renameuser is currently incompatible with $wgSharedDB. See phab:T104830. |