管理用于广告的 cookie,如广告个性化、再营销和广告效果分析。
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.