{include file="wizard/header.template" title="Welcome!" step=2 mode=install}
Database settings {if $viewIsError}
Error

{$viewErrorMessage}

{else}
Info

Welcome to the configuration wizard of LifeType. This wizard will guide you through the process of installing LifeType {$version}

The first thing that it is needed to know is the information regarding your database configuration. The user that will be used to connect to the database must have enough permissions to run queries, add, remove and update records. If you also wish to let this wizard create the database and the tables, it should also have enough permissions to create databases and tables.

This information will be saved to the configuration file used by LifeType so you will not need to make any other changes.

{/if}
*
This is the host where your database server is running. It normally is 'localhost', please check with your hosting provider if unsure.
{include file="wizard/validate.template" field=dbServer message="Database server is missing or incorrect"}
*
User that will be used to access the database.
{include file="wizard/validate.template" field=dbUser message="Database user is missing or incorrect"}
*
Password for the user given above.
*
Name of the database where tables will be created
{include file="wizard/validate.template" field=dbName message="Database name is missing or incorrect"}
*
If needed, multiple instances of LifeType can run in the same database with different passwords, but the default is usually fine.
{include file="wizard/footer.template"}