/app/etc/local.xml
Once you open that file, you’ll see it’s very basic and if you’re playing with Magento’s code, you should have no problem making the necessary changes there. But for reference, here’s the code block that needs to be altered:
<host><![CDATA[HOSTNAME]]></host> <username><![CDATA[USER]]></username> <password><![CDATA[PASSWORD]]></password> <dbname><![CDATA[DATABASENAME]]></dbname>
Make sure to keep the structure in place there. only change the values within the CDATA brackets.
We would love to hear from you...