Database user configuration

By default, the ClickHouse database connection uses the user default with an empty password.

If necessary, you can set a username and password.

To do this, on the server where QoE Stor is installed, in the file /etc/clickhouse-server/users.xml under the <users> section:

  1. Set a password for the default user
  2. Add a new user (for example, <vasexpert>) and set the parameters networks, profile, and quota the same as for the default user

In the file /etc/clickhouse-client/config.xml under the <config> section, add the parameters <user> and <password>

In dpiui2, in the configuration section, set the username and password for connecting to the ClickHouse database