Category: Magento

Magento local.xml database configuration file

Magento database configuration file: /var/www/www.simonalsa.com/htdocs/app/etc/local.xml

 
<config>
    <global>
        <install>
            <date><![CDATA[Tue, 02 Mar 2010 18:20:15 +0000]]></date>
        </install>
        <crypt>
            <key><![CDATA[key]]></key>
        </crypt>
        <disable_local_modules>false</disable_local_modules>
        <resources>
            <db>
                <table_prefix><![CDATA[]]></table_prefix>
            </db>
            <default_setup>
                <connection>
                    <host><![CDATA[database.server.com]]></host>
                    <username><![CDATA[user]]></username>
                    <password><![CDATA[password]]></password>
                    <dbname><![CDATA[database]]></dbname>
                    <active>1</active>
                </connection>
            </default_setup>
        </resources>
        <session_save><![CDATA[files]]></session_save>
    </global>
    <admin>
        <routers>
            <adminhtml>
                <args>
                    <frontName><![CDATA[admin]]></frontName>
                </args>
            </adminhtml>
        </routers>
    </admin>
</config>

If you are using cache mode into your Magento server application you must reload the cache of the config files from the Magento Server Administration to apply the new configuration.

WordPress Themes