2.13.9.2. Setting up database connection in Magento
Warning!
The connection will not work with localhost. The host address must be taken from the data to connect to the database.
Credentials for connection to the database in Magento are specified in the configuration file app/etc/local.xml
in lines:
<host><![CDATA[host]]></host> <username><![CDATA[login]]></username> <password><![CDATA[password]]></password> <dbname><![CDATA[base_data]]></dbname>
Changes can be made using filemanager or any FTPclient.