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>
8.1 KiB
8.1 KiB
Resetting the Administrator Password
Scenarios
You can reset the administrator password of a DB instance.
You can also reset the password of your database account when using GaussDB(for MySQL).
You cannot reset the administrator password under the following circumstances:
- The database port is being changed.
- The instance status is Creating, Restoring, Rebooting, Changing port, Changing instance class, Promoting to primary, or Abnormal.
Precautions
- If you change the administrator password of a DB instance, the passwords of the read replicas associated with the DB instance are also changed accordingly.
- The length of time it takes for the new password to take effect depends on the amount of service data currently being processed by the primary node.
- To prevent brute force cracking and ensure system security, change your password periodically, such as every three or six months.
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 Databases, click GaussDB(for MySQL).
- On the Instances page, locate the target DB instance and choose in the Operation column.
- Enter a new password and confirm the password.
The new password must consist of 8 to 32 characters and contain at least three of the following: uppercase letters, lowercase letters, digits, and special characters (~!@#%^*-_=+?). Enter a strong password and periodically change it to improve security, preventing security risks such as brute force cracking.
- To submit the new password, click OK.
- To cancel the reset, 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 Databases, click GaussDB(for MySQL).
- On the Instances page, click the target DB instance. The Basic Information page is displayed.
- In the DB Instance Information area, click Reset Password in the Administrator field. In the displayed dialog box, enter a new password and confirm the password.
The new password must consist of 8 to 32 characters and contain at least three of the following: uppercase letters, lowercase letters, digits, and special characters (~!@#%^*-_=+?). Enter a strong password and periodically change it to improve security, preventing security risks such as brute force cracking.
- To submit the new password, click OK.
- To cancel the reset, click Cancel.
Parent topic: Data Security