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
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| DBClusterId | string | Yes | The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster. | amv-bp11q28kvl688**** |
| AccountName | string | Yes | 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 |
| AccountPassword | string | Yes | The password of the database account.
| Test_accout1 |
| AccountDescription | string | No | The description of the database account.
| AccDesc |
| Engine | string | No | The database engine of the cluster. Valid values:
| Clickhouse |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "1AD222E9-E606-4A42-BF6D-8A4442913CEF"
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | InvalidAccountPassword.Malformed | The specified parameter AccountPassword is not valid. | The AccountPassword parameter is invalid. Check the parameter. |
| 400 | InvalidDBClusterId.NotFound | The DBClusterId provided does not exist in our records. | The specified DBClusterId parameter does not exist. Make sure that the DBClusterId value is valid. |
| 400 | InvalidDBClusterId.Malformed | The specified parameter DBClusterId is not valid. | The DBClusterId parameter is invalid. Check the parameter. |
| 400 | ACS.Sql.CannotConnect | Cannot 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 time | Summary of changes | Operation |
|---|---|---|
| 2024-06-13 | The Error code has changed. The request parameters of the API has changed | View Change Details |
| 2023-03-31 | The Error code has changed | View Change Details |
