MySQL database connection details such as hostname, database name, username etc of a Magento, you find that information into the file:
/app/etc/local.xml
Find the below lines in the file
<connection>
<host><![CDATA[hostname]]></host>
<username><![CDATA[Database Username]]></username>
<password><![CDATA[Database Password]]></password>
<dbname><![CDATA[Database Name]]></dbname>
<active>1</active>
</connection>
No comments:
Post a Comment