All Products
Search
Document Center

ApsaraDB for ClickHouse:Manage Enterprise Edition accounts

Last Updated:Mar 28, 2026

Create and manage database accounts for your ApsaraDB for ClickHouse Enterprise Edition cluster. This topic covers creating accounts, modifying permissions, resetting passwords, and deleting accounts.

Each Enterprise Edition cluster supports up to 500 database accounts.

Account types

ApsaraDB for ClickHouse Enterprise Edition provides two account types:

Account typeDescription
Privileged Account
Standard Account

Create a database account

Prerequisites

Before you begin, make sure you have:

Procedure

  1. Log on to the ApsaraDB for ClickHouse console.

  2. In the upper-left corner, select the region where your cluster is located.

  3. On the Clusters page, click the Enterprise Edition Clusters tab, then click the ID of your cluster.

  4. In the left navigation pane, click Account Management.

  5. On the Account Management page, click Create Account.

  6. In the Create Account panel, configure the following parameters.

    ParameterDescription
    Database accountThe account name. The name must be 2–64 characters long, contain only lowercase letters, digits, or underscores (_), start with a lowercase letter, and end with a lowercase letter or digit. The name must be unique within the cluster.
    Account typeSelect Privileged Account or Standard Account. For details, see Account types.
    PasswordThe account password. Must be 8–32 characters long and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters (!@#$%^&*()_+-=).
    Confirm passwordRe-enter the password to confirm.
    Description(Optional) A description for the account. Must be 0–256 characters long and cannot start with http:// or https://. Leave blank if not needed.
  7. Click OK.

Modify permissions

  1. Log on to the ApsaraDB for ClickHouse console.

  2. In the upper-left corner, select the region where your cluster is located.

  3. On the Clusters page, click the Enterprise Edition Clusters tab, then click the ID of your cluster.

  4. In the left navigation pane, click Account Management.

  5. On the Account Management page, find the account and click Modify Permissions in the Actions column.

  6. In the Modify Permissions panel, update the following settings as needed.

    SettingDescription
    Database and dictionary access scopeThe databases and dictionaries the account can access.
    DML permissionsData manipulation language permissions for the account.
    DDL permissionsData definition language permissions for the account.
  7. Click OK.

Reset a password

  1. Log on to the ApsaraDB for ClickHouse console.

  2. In the upper-left corner, select the region where your cluster is located.

  3. On the Clusters page, click the Enterprise Edition Clusters tab, then click the ID of your cluster.

  4. In the left navigation pane, click Account Management.

  5. On the Account Management page, find the account and click Reset Password in the Actions column.

  6. In the Reset Password panel, enter and confirm the new password.

  7. Click OK.

Delete a database account

  1. Log on to the ApsaraDB for ClickHouse console.

  2. In the upper-left corner, select the region where your cluster is located.

  3. On the Clusters page, click the Enterprise Edition Clusters tab, then click the ID of your cluster.

  4. In the left navigation pane, click Account Management.

  5. On the Account Management page, find the account. In the Actions column, click the image.png icon and select Delete.

  6. In the Delete Account dialog box, click OK.

Next steps

After creating accounts, connect your application to the cluster. For details, see Connect to a database.

Related topics