2012-05-26: Because of issues the with source code management for MediaWiki extensions, no exports of translations can be made at the moment.
Our apologies. All your translations will of course be updated as soon as the issue is resolved. (Other news...)
DatabaseSettings.php
From translatewiki.net
Updated at 13:20, 21 February 2012 (UTC)
<?php $wgDBtype = "mysql"; $wgDBserver = "localhost"; $wgDBname = "databasename"; $wgDBuser = "databaseuser"; $wgDBpassword = "databaseuserpassword"; $wgDBprefix = "bw_"; # MySQL table options to use during installation or update $wgDBTableOptions = "TYPE=InnoDB"; # Experimental charset support for MySQL 4.1/5.0. $wgDBmysql5 = false; $wgDBadminuser = 'adminuser'; $wgDBadminpassword = 'adminuserpassword';