?>
</li>
		<li><?php 
    aField($conf, "DBcataloged", "Uncataloged (remote DB2 through ODBC)", "radio", "uncataloged");
    ?>
</li>
		</ul>
	<div class="config-desc">
		<p>If you need to share one database between multiple wikis, or
		between MediaWiki and another web application, you may specify
		a different schema to avoid conflicts.</p>
	</div>
	</fieldset>

	<?php 
    database_switcher('oracle');
    ?>
	<div class="config-input"><?php 
    aField($conf, "DBprefix_ora", "Database table prefix:");
    ?>
</div>
	<div class="config-desc">
		<p>If you need to share one database between multiple wikis, or
		between MediaWiki and another web application, you may choose to
		add a prefix to all the table names to avoid conflicts.</p>

		<p>Avoid exotic characters; something like <tt>mw_</tt> is good.</p>
	</div>
	<div class="config-input"><?php 
    aField($conf, "DBdefTS_ora", "Default tablespace:");
    ?>
Example #2
0
    ?>
	<div class="config-input"><?php 
    aField($conf, "DBprefix2", "Database table prefix:");
    ?>
</div>
	<div class="config-desc">
		<p>If you need to share one database between multiple wikis, or
		between MediaWiki and another web application, you may choose to
		add a prefix to all the table names to avoid conflicts.</p>

		<p>Avoid exotic characters; something like <tt>mw_</tt> is good.</p>
	</div>
	</fieldset>
	
	<?php 
    database_switcher('ibm_db2');
    ?>
	<div class="config-input"><?php 
    aField($conf, "DBport_db2", "Database port:");
    ?>
</div>
	<div class="config-input"><?php 
    aField($conf, "DBmwschema", "Schema for mediawiki:");
    ?>
</div>
	<div>Select one:</div>
		<ul class="plain">
		<li><?php 
    aField($conf, "DBcataloged", "Cataloged (DB2 installed locally)", "radio", "cataloged");
    ?>
</li>
Example #3
0
		<li><?php 
    aField($conf, "DBschema", "Experimental MySQL 4.1/5.0 binary", "radio", "mysql5-binary");
    ?>
</li>
		</ul>
	</div>
	<p class="config-desc">
		<b>EXPERIMENTAL:</b> You can enable explicit Unicode charset support
		for MySQL 4.1 and 5.0 servers. This is not well tested and may
		cause things to break. <b>If upgrading an older installation, leave
		in backwards-compatible mode.</b>
	</p>
	</div>

	<?php 
    database_switcher('postgres');
    ?>
	<div class="config-input"><?php 
    aField($conf, "DBport", "Database port:");
    ?>
</div>
	<div class="config-input"><?php 
    aField($conf, "DBmwschema", "Schema for mediawiki:");
    ?>
</div>
	<div class="config-input"><?php 
    aField($conf, "DBts2schema", "Schema for tsearch2:");
    ?>
</div>
	<div class="config-desc">
		<p>The username specified above will have it's search path set to the above schemas, 
Example #4
0
	<div class="config-desc">
		<p>SQLite stores table data into files in the filesystem.
		If you do not provide an explicit path, a "data" directory in
		the parent of your document root will be used.</p>
		
		<p>This directory must exist and be writable by the web server.</p>
	</div>
	</fieldset>

	<?php 
        # SQLITE DISABLED -- USE MEDIAWIKI 1.15
    }
    ?>

	<?php 
    database_switcher('mssql');
    ?>
	<div class="config-input"><?php 
    aField($conf, "DBprefix2", "Database table prefix:");
    ?>
</div>
	<div class="config-desc">
		<p>If you need to share one database between multiple wikis, or
		between MediaWiki and another web application, you may choose to
		add a prefix to all the table names to avoid conflicts.</p>

		<p>Avoid exotic characters; something like <tt>mw_</tt> is good.</p>
	</div>
	</fieldset>

	<div class="config-input" style="padding:2em 0 3em">