forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
7.7 KiB
7.7 KiB
Resetting the Administrator Password
Scenarios
You can reset the administrator password of a GaussDB(openGauss) DB instance.
If you forget the password of your database account when using GaussDB(openGauss), you can reset it.
Precautions
- If you have changed the password of the primary node, the password of the standby node will also be changed accordingly.
- The volume of data being processed by the primary node determines how long it takes for the new password to take effect.
- To prevent brute force cracking 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 GaussDB.
- In the navigation pane on the left, choose GaussDB(openGauss) > Instance Management.
- On the Instance Management page, locate the target DB instance and click More > Reset Password in the Operation column.
- Enter a new password and confirm the 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 GaussDB.
- In the navigation pane on the left, choose GaussDB(openGauss) > Instance Management.
- On the Instance Management page, click the target DB instance.
- In the DB Information area on the Basic Information page, click Reset Password in the Administrator field.
- Enter a new password and confirm the password.
- To submit the new password, click OK.
- To cancel the reset operation, click Cancel.
Parent topic: Instance Management