Rolf Lampa wrote:
> Hi,
>
> In the lab I'd have use for a MW configuration where some tables are
> placed in separate databases. I've tried googling and also tried
> searching at
mediawiki.org but I [didn't] find out from there how to
> go about (if it's possible at all).
Look at
http://www.mediawiki.org/wiki/Manual:$wgSharedDB
Seems that for using more than two databases you'll need to modify the
code (Database::tableName).
Ah, thank you! Yes, but two dbs may well do the trick for me.
// Rolf Lampa