3 * This file should be copied to AdminSettings.php, and modified
4 * to reflect local settings. It is required for the maintenance
5 * scripts which run on the command line, as an extra security
6 * measure to allow using a separate user account with higher
7 * privileges to do maintenance work.
9 * Developers: Do not check AdminSettings.php into Subversion
13 * This data is used by all database maintenance scripts
14 * (see directory maintenance/). The SQL user MUST BE
15 * MANUALLY CREATED or set to an existing user with
16 * necessary permissions.
18 * This is not to be confused with sysop accounts for the
21 $wgDBadminuser = 'wikiadmin';
22 $wgDBadminpassword = 'adminpass';
25 * Whether to enable the profileinfo.php script.
27 $wgEnableProfileInfo = false;