wiki.techinc.nl/AdminSettings.sample
Brion Vibber 8bb9d41fd1 Remove totally false information relating to the ancient 2002-era
install script which routinely ate itself and destroyed data and
required root shell access and couldn't be reasonably used by
any human.
2005-01-12 07:28:20 +00:00

26 lines
732 B
Text

<?php
/**
* This file should be copied to AdminSettings.php, and modified
* to reflect local settings. It is required for the maintenance
* scripts which run on the command line, as an extra security
* measure to allow using a separate user account with higher
* privileges to do maintenance work.
*
* Developers: Do not check AdminSettings.php into CVS!
*
* @package MediaWiki
*/
/*
* This data is used by all database maintenance scripts
* (see directory maintenance/). The SQL user MUST BE
* MANUALLY CREATED or set to an existing user with
* necessary permissions.
*
* This is not to be confused with sysop accounts for the
* wiki.
*/
$wgDBadminuser = 'wikiadmin';
$wgDBadminpassword = 'adminpass';
?>