All Products
Search
Document Center

AnalyticDB:ResetAccountPassword

Last Updated:Jan 08, 2026

Resets the password of a database account for an AnalyticDB for MySQL cluster.

Operation description

For information about the endpoints of AnalyticDB for MySQL, see Endpoints .

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DBClusterIdstringYes

The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.

amv-bp11q28kvl688****
AccountNamestringYes

The name of the database account.

Note You can call the DescribeAccounts operation to query the information about database accounts of an AnalyticDB for MySQL cluster, including database account names.
test_accout
AccountPasswordstringYes

The password of the database account.

  • 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.
Test_accout1
AccountDescriptionstringNo

The description of the database account.

  • The description cannot start with http:// or https://.
  • The description must be 2 to 256 characters in length.
AccDesc
EnginestringNo

The database engine of the cluster. Valid values:

  • AnalyticDB (default): the AnalyticDB for MySQL engine.
  • Clickhouse: the wide table engine.
Clickhouse

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

1AD222E9-E606-4A42-BF6D-8A4442913CEF

Examples

Sample success responses

JSONformat

{
  "RequestId": "1AD222E9-E606-4A42-BF6D-8A4442913CEF"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidAccountPassword.MalformedThe specified parameter AccountPassword is not valid.The AccountPassword parameter is invalid. Check the parameter.
400InvalidDBClusterId.NotFoundThe DBClusterId provided does not exist in our records.The specified DBClusterId parameter does not exist. Make sure that the DBClusterId value is valid.
400InvalidDBClusterId.MalformedThe specified parameter DBClusterId is not valid.The DBClusterId parameter is invalid. Check the parameter.
400ACS.Sql.CannotConnectCannot connect instance which type is %s.Cannot connect to a child instance of the given type.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-06-13The Error code has changed. The request parameters of the API has changedView Change Details
2023-03-31The Error code has changedView Change Details