<__trans phrase="Database Configuration">
" /> " /> " /> <__trans phrase="Details">

<__trans phrase="Your database configuration is complete."> <__trans phrase="You may proceed to the next step.">

<__trans phrase="Show Current Settings">

<__trans phrase="Please enter the parameters necessary for connecting to your database.">

style="display: none;"> " label_class="top-label"> <__trans phrase="http://www.movabletype.org/documentation/[_1]" params="installation/setting-up-your-database.html">

<__trans phrase="Is your preferred database not listed? View the Movable Type System Check see if additional modules are necessary." params="mt-check.cgi">

<__trans phrase="Once installed, click here to refresh this screen." params="reTest();">

<__trans phrase="Read more: Setting Up Your Database" params="">

" label="" label_class="top-label" hint="" show_hint=""> " name="" class=" full text short" value="" />

<__trans phrase="Show Advanced Configuration Options">

style="display: none">
style="display: none">
jQuery('#dbtype').val(); function show_fields() { jQuery('#params .field').hide(); var dbtype = jQuery('#dbtype').val(); jQuery('#more').hide(); if (dbtype) { jQuery.each(database[dbtype], function() { var id = '#'+this+'-field'; jQuery(id).show(); if (jQuery('#advanced_fields '+id).length) { jQuery('#more').show(); } }); if (database[dbtype]) { jQuery('#db_hint').hide(); jQuery('#goback').hide(); jQuery('#submit').show(); } else { jQuery('#goback').show(); jQuery('#submit').hide(); } } } jQuery('#dbtype').change(function() { show_fields(); }); show_fields(); jQuery('#more').click(function(event) { jQuery('#advanced_fields').show(); jQuery(this).remove(); }); jQuery('.msg').mtToggleField();