3 # Creating a new empty database; either this or the conversion
4 # script from the old format needs to be run, but not both.
7 include_once( "../LocalSettings.php" );
8 include_once( "$IP/Setup.php" );
10 $wgTitle = Title
::newFromText( "Database creation script" );
11 include_once( "./buildTables.inc" );
14 #$wgDBname = "wikidb";
15 #$wgDBuser = "wikiadmin";
16 #$wgDBpassword = "adminpass";