WedTM Asked: 2012-04-12 03:52:06 +0800 CST2012-04-12 03:52:06 +0800 CST 2012-04-12 03:52:06 +0800 CST MediaWiki Multi Site + Memcached 772 I have multiple mediawiki installations, and I'm wondering if it's safe to allow them to all use the same memcached server. Are there any "gotchas" involved? memcached mediawiki 1 Answers Voted Bryan 2012-04-18T04:20:33+08:002012-04-18T04:20:33+08:00 The cache keys are prefixed by the database name and table prefix (or more specifically, $wgCachePrefix or if not specified wfWikiId()), so if all wikis use different database names/table prefixes then there should be no problems.
The cache keys are prefixed by the database name and table prefix (or more specifically, $wgCachePrefix or if not specified wfWikiId()), so if all wikis use different database names/table prefixes then there should be no problems.