Multiple MediaWiki instances sharing a codebase and user table
From JJBwiki
this is in development and is currently scratch for me to develop my methodology
- use $wgSharedDB in the master LocalSettings.php
- for each subdomain.domain.tld, keep a wikis/subdomain/LocalSettings.php
- run install for each subdomain by temporarily renaming LocalSettings.php
- after installation, drop the user table for the subdomain
