forked from docs/doc-exports
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Co-authored-by: Ru, Li Yi <liyiru7@huawei.com> Co-committed-by: Ru, Li Yi <liyiru7@huawei.com>
7.2 KiB
7.2 KiB
Resetting the Administrator Password
Scenarios
You can reset the administrator password of a primary instance.
You can also reset the password of your database account when using RDS.
Precautions
- If you have changed the administrator password of the primary DB instance, the administrator passwords of the standby DB instance and read replicas (if any) will also be changed accordingly.
- The time required for the new password to take effect depends on the amount of service data currently being processed by the primary DB instance.
- To protect against brute force hacking attempts and ensure system security, change your password periodically.
Method 1
- Log in to the management console.
- Click
in the upper left corner and select a region and a project.
- Click Service List. Under Database, click Relational Database Service. The RDS console is displayed.
- On the Instances page, locate the target DB instance and choose in the Operation column.
- Enter and confirm a new password.
The new password must consist of 8 to 32 characters and contain at least three types of the following characters: uppercase letters, lowercase letters, digits, and special characters (~!@#$%^*-_=+?,()&). Enter a strong password and periodically change it for security reasons.
If provided password will be considered by system as weak, you will receive an error and you should provide stronger password.- To submit the new password, click OK.
- To cancel the reset operation, click Cancel.
Method 2
- Log in to the management console.
- Click
in the upper left corner and select a region and a project.
- Click Service List. Under Database, click Relational Database Service. The RDS console is displayed.
- On the Instances page, click the target DB instance.
- In the DB Information area on the Basic Information page, click Reset Password in the Administrator field.
- Enter and confirm a new password.
The new password must consist of 8 to 32 characters and contain at least three types of the following characters: uppercase letters, lowercase letters, digits, and special characters (~!@#$%^*-_=+?,()&). Enter a strong password and periodically change it for security reasons.
If provided password will be considered by system as weak, you will receive an error and you should provide stronger password.- To submit the new password, click OK.
- To cancel the reset operation, click Cancel.
Parent topic: Data Security