Nome da base de dados utilizada pela instalação atual do MediaWiki.
Caution:
Não altere $wgDBmwschema após o arquivo Setup.php ter sido incluído. Nota: O arquivo Setup.php inicializa vários caminhos, inclui alguns arquivos comuns, começa as sessões, e executa várias outras tarefas de configuração para uma solicitação. Ele não está relacionado com a instalação ou a configuração do MediaWiki.
If you configure $wgDBservers or $wgLBFactoryConf, you still need to define $wgDBname, $wgDBmwschema (if applicable for the DB type), and $wgDBprefix (if applicable for the DB type).The combination of $wgDBname, $wgDBmwschema, and $wgDBprefix define the current wiki's database domain.This is also called the local database domain.The 'dbname' and 'tablePrefix' settings in $wgDBservers and $wgLBFactoryConf only define the default DB/prefix when a connection is requested with DatabaseDomain::newUnspecified()->getId() (the empty string) as the database domain, e.g. wfGetDB( DB_REPLICA, [], '' ).Note that functions calls like wfGetDB( DB_REPLICA ), which simply omit the database domain, are assumed to refer to the local database domain.
Ver também
Manual:Acesso à Base de Dados – * $man – contém um resumo de como trabalhar com a base de dados e mecanismos de base de dados no MediaWiki
all.dblist - lista completa de nomes de base de dados utilizados nos servidores da Wikimedia