Magento Db Configuration File

File: $MAGENTO_DIR/app/etc/local.xml

The code you see should look very similar to the following. Simply modify the settings and save.
Change the values within the CDATA brackets.

<connection>
   <host><![CDATA[localhost]]></host>
   <username><![CDATA[database_username]]></username>
   <password><![CDATA[database_password]]></password>
   <dbname><![CDATA[database_name]]></dbname>
   <active>1</active>
</connection>

Leave a Reply