2.14.2.4. Configure database connection in Joomla!

Attention!

The connection will not work with the localhost host. The host address must be taken from the database connection credentials.

Database connection details in Joomla! are specified in the configuration file configuration.php in the lines:

public $host = 'host';
public $db = 'database';
public $user = 'login';
public $password = 'password';

Changes can be made using the file manager or any FTP client.

目录