Platonides wrote:
Maybe you're using some extension which is directly accessing the master? Keep into mind that some few actions go directly to the master even when they're only for reading, to avoid lag.
Plain install, no extensions. I've also added the following to LocalSettings.php, but the problem persists:
$wgEnableParserCache = false; $wgMainCacheType = CACHE_NONE; $wgMessageCacheType = CACHE_NONE; $wgParserCacheType = CACHE_NONE;
Bob