Umi.CMS Database Connection Settings

Starting with version 2.8.x, the parameters of connection to the database are specified in the config.ini file, which is in the root directory.

Open this file and find the following code.

core.host = "server_name"

core.login = "username"

core.password = "password"

core.dbname = "database_name"