This topic describes how to create a database account. This topic also explains the difference between a privileged account and a standard account.
Background information
You can create privileged and standard database accounts in PolarDB. You can manage all accounts in the console.
Account types
Account type | Description |
Privileged account |
|
Standard account |
|
Create an account
Log on to the PolarDB console.
In the upper-left corner of the page, select a region.
On the Clusters page, find the cluster and click the cluster ID.
In the left-side navigation pane, choose .
On the page that appears, click Create Account.
In the Create Account panel, set the following parameters.
Parameter
Description
Account Name
Enter an account name. The username of the account must follow these rules:
It must start with a lowercase letter and end with a letter or a digit.
It can contain lowercase letters, digits, and underscores (_).
It must be 2 to 16 characters in length.
It cannot be a system reserved username, such as root or admin.
Account Type
Select Privileged Account to create a privileged account.
Select Standard Account to create a standard account.
Password
Enter a password for the account. The password must follow these rules:
It must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
It must be 8 to 32 characters in length.
It can contain the following special characters:
!
@
#
$
%
^
&
*
(
)
_
+
-
=
Confirm Password
Enter the password again.
Description
Enter the information about the account to facilitate subsequent account management. The description must follow these rules:
It cannot start with http:// or https://.
It must be 2 to 256 characters in length.
Click Create.
Connect to a PolarDB for PostgreSQL cluster
Related API operations
API | Description |
Creates an account. | |
Queries the accounts of a specified cluster. | |
Modifies the description of a database account for a PolarDB cluster. | |
Changes the password of a database account. | |
Deletes an account. |