When you create a GaussDB(for MySQL) instance, account root is created at the same time by default. You can create other database accounts as needed.
This operation is not allowed when another operation is being performed on your DB instance.
Parameter |
Description |
---|---|
Username |
The username can consist of 1 to 32 characters. Only letters, digits, and underscores (_) are allowed. |
Host IP Address |
|
Database |
You can select one or more unauthorized databases and authorize their permissions to the account. If there are no unauthorized databases, you can create one by referring to Creating a Database. You can also modify the permissions by referring to Granting Database Permissions.
NOTE:
If you do not delete a database on the GaussDB(for MySQL) console but delete a database in other ways, permissions granted specifically for the database are not automatically deleted. They must be deleted manually. This is an open-source MySQL behavior. For details, see DROP DATABASE Statement. |
Password |
The password must:
|
Confirm Password |
The value must be the same as that of Password. |
Remarks |
The remarks can consist of up to 512 characters. It cannot contain carriage return characters and the following special characters: !<"='>& |