Amiro.CMS Database Connection Settings

In Amiro.CMS, the connection to the database is configured in the _local/config.ini.php file

Open this file and find the following code.

DB_Host = "server_address"

DB_Database = "database_name"

DB_User = "username"

DB_Password = "password"