2.14.13.1. Setting up a database connection in DLE
Attention!
The connection will not work with localhost. The host address must be taken from the data to connect to the database.
Database connection data in DLE are specified in the configuration file engine/data/dbconfig.php
in lines:
define("DBHOST", "host"); define("DBNAME", "base_data"); define("DBUSER", "login"); define("DBPASS", "password");
Changes can be made using filemanager or any FTPclient.