Recommended shared tables edit

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

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

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)Reply

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

Tisane 20:46, 3 June 2010 (UTC)Reply

Yes edit

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

Return to "$wgSharedTables" page.