Database Connection Information

{form legend="Your database connection information"}
{formlabel label="Database type"} {forminput} {$gBitDbType} {/forminput}
{formlabel label="Host"} {forminput} {$gBitDbHost} {/forminput}
{formlabel label="User"} {forminput} {$gBitDbUser} {/forminput}
{formlabel label="Password"} {forminput} {$gBitDbPassword_print} {/forminput}
{formlabel label="Database name"} {forminput} {$gBitDbName} {/forminput}
{formlabel label="Database prefix"} {forminput} {$db_prefix_bit|replace:"`":""} {/forminput}
{formlabel label="Site base URL"} {forminput} {$bit_root_url} {/forminput}

This information was stored in the file:
{$smarty.const.CONFIG_PKG_PATH}kernel/config_inc.php

{if substr( PHP_OS, 0, 3 ) == 'WIN'}

Your server seems to run under Microsoft Windows. Please set the PHP_MAGIC_PATH constant in the configuration file.

{/if}

If you are interested in debugging or developing Bitweaver, please view this file, as there are important additional options that can not be set elsewhere. Web designers can also find some settings that helps with theme creation.

{if isset( $has_innodb_support )}
{formlabel label="Use InnoDB tables" for="use_innodb"} {forminput} {formhelp note="Your database server supports InnoDB which provides MySQL with a transaction-safe storage engine that has commit, rollback, and crash recovery capabilities. You usually want this for safest possible data storage. Otherwise the standard MyIsam engine is used."} {/forminput}
{/if}
{/form}