<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head> <title>Database configuration</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/misc/favicon.ico" type="image/x-icon" />
<style type="text/css" media="all">@import "/misc/maintenance.css";</style>
<style type="text/css" media="all">@import "/modules/system/defaults.css";</style>
<style type="text/css" media="all">@import "/modules/system/system.css";</style>
<script type="text/javascript" src="/misc/jquery.js"></script>
<script type="text/javascript" src="/misc/drupal.js"></script>
<script type="text/javascript" src="/misc/collapse.js"></script>
</head><body><h1>Database configuration</h1>
<!-- begin content -->
<form action="install.php?profile=default"  accept-charset="UTF-8" method="post" id="install-settings-form">
<div><fieldset><legend>Basic options</legend><div class="description"><p>To set up your Drupal database, enter the following information.</p></div><div class="form-item">
 <label>Database type: <span class="form-required" title="This field is required.">*</span></label>
 <div class="form-radios"><div class="form-item" id="edit-db-type-mysql-wrapper">
 <label class="option"><input type="radio" name="db_type" value="mysql"  checked="checked"  class="form-radio" /> mysql</label>
</div>
<div class="form-item" id="edit-db-type-mysqli-wrapper">
 <label class="option"><input type="radio" name="db_type" value="mysqli"   class="form-radio" /> mysqli</label>
</div>
</div>
 <div class="description">The type of database your Drupal data will be stored in.</div>
</div>
<div class="form-item" id="edit-db-path-wrapper">
 <label for="edit-db-path">Database name: <span class="form-required" title="This field is required.">*</span></label>
 <input type="text" maxlength="45" name="db_path" id="edit-db-path"  size="45" value="" class="form-text required" />
 <div class="description">The name of the database your Drupal data will be stored in. It must exist on your server before Drupal can be installed.</div>
</div>
<div class="form-item" id="edit-db-user-wrapper">
 <label for="edit-db-user">Database username: <span class="form-required" title="This field is required.">*</span></label>
 <input type="text" maxlength="45" name="db_user" id="edit-db-user"  size="45" value="" class="form-text required" />
</div>
<div class="form-item" id="edit-db-pass-wrapper">
 <label for="edit-db-pass">Database password: </label>
 <input type="password" name="db_pass" id="edit-db-pass"  maxlength="45"  size="45"  class="form-text" />
</div>
</fieldset>
<fieldset class=" collapsible collapsed"><legend>Advanced options</legend><div class="description">These options are only necessary for some sites. If you're not sure what you should enter here, leave the default settings or check with your hosting provider.</div><div class="form-item" id="edit-db-host-wrapper">
 <label for="edit-db-host">Database host: <span class="form-required" title="This field is required.">*</span></label>
 <input type="text" maxlength="45" name="db_host" id="edit-db-host"  size="45" value="localhost" class="form-text required" />
 <div class="description">If your database is located on a different server, change this.</div>
</div>
<div class="form-item" id="edit-db-port-wrapper">
 <label for="edit-db-port">Database port: </label>
 <input type="text" maxlength="45" name="db_port" id="edit-db-port"  size="45" value="" class="form-text" />
 <div class="description">If your database server is listening to a non-standard port, enter its number.</div>
</div>
<div class="form-item" id="edit-db-prefix-wrapper">
 <label for="edit-db-prefix">Table prefix: </label>
 <input type="text" maxlength="45" name="db_prefix" id="edit-db-prefix"  size="45" value="" class="form-text" />
 <div class="description">If more than one Drupal web site will be sharing this database, enter a table prefix for your Drupal site here.</div>
</div>
</fieldset>
<input type="submit" name="op" id="edit-save" value="Save configuration"  class="form-submit" />
<input type="hidden" name="form_id" id="edit-install-settings-form" value="install_settings_form"  />

</div></form>

<!-- end content -->
</body></html>