Database Account |
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 |
Authorized Access Scope |
The access scope of the authorized database account. |
All Databases and Dictionaries |
DML Permission |
Specifies whether to grant the write permissions. |
Read, Write and Set Permissions |
DDL Permission |
Specifies whether to grant DDL permissions. |
Enable DDL |
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.
- The following special characters are supported: !@#$%^&*()_+-=
- The password must be 8 to 32 characters in length.
|
123456Aa |
Confirm Password |
Enter the same password. |
123456Aa |
Description |
The description of the database account. The description must meet the following requirements:
- The description cannot contain the prefix http:// or https://.
- The description can be up to 256 characters in length or be an empty string.
|
test |