This topic describes how to create an account in the ApsaraDB for ClickHouse console.
Limits
You can create up to 500 database accounts for a single ApsaraDB for ClickHouse cluster.
Prerequisites
An ApsaraDB for ClickHouse cluster is created and is running. For more information about how to create an ApsaraDB for ClickHouse cluster, see Create an ApsaraDB for ClickHouse cluster.
Procedure
Log on to the ApsaraDB for ClickHouse console.
In the top navigation bar, select the region where the cluster is deployed.
On the Default Instances tab of the Clusters page, click the ID of the cluster that you want to manage.
In the left-side navigation pane, click Account Management.
Click Create Account in the upper-right corner.
Set the following parameters as prompted. In this example, a database account named test is created.
Parameter
Description
Example
Database Account
The name of the database account. The account name must meet the following requirements:
The name must be unique in the cluster.
The name can contain lowercase letters, digits, and underscores (_).
The name must start with a lowercase letter and end with a lowercase letter or a digit.
The name must be 2 to 64 characters in length.
test
Account Type
The type of the database account. Valid values:
Privileged Account
Standard Account
Privileged Account
Password
The password of the database account. The password must meet the following requirements:
The password must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
Special characters include ! @ # $ % ^ & * ( ) _ + - =
The password must be 8 to 32 characters in length.
123456Aa
Confirm Password
The same password that you entered in the Password field.
123456Aa
Description
The description of the database account. The description must meet the following requirements:
The description must be 0 to 256 characters in length.
The description cannot start with http:// or https://.
test
Click OK.
After the database account is created, you can view the database account on the Account Management page.