Manual talk:$wgSharedTables

From MediaWiki.org
Jump to: navigation, search

[edit] Recommended shared tables

  • $wgSharedTables = array("user", "interwiki");
  • if using Extension:ConfirmAccount: array("user", "interwiki", "account_credentials", "account_requests")

--G.Hagedorn 09:20, 11 April 2009 (UTC)

Sharing interwiki probably isn't a good idea if you plan on having multiple languages of each wiki, since interlanguage prefixes are stored there as well. So, if you have wiki1 and wiki2, you can only have one fr: prefix for example if interwiki is shared, even if both wiki1 and wiki2 have a french language version. --Skizzerz 15:18, 11 April 2009 (UTC)

[edit] Would it be correct to say that whatever databases are in the array $wgSharedDB will share whatever tables are in $wgSharedTables?

Tisane 20:46, 3 June 2010 (UTC)

[edit] Yes

Mr.Z-man 22:46, 8 June 2010 (UTC)

Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox