Files
doc-exports/docs/dws/umn/dws_03_0092.html
luhuayi 193ee42159 DWS UMN 850.100 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:14 +00:00

2.4 KiB

How Do I Change the Password of a GaussDB(DWS) Database Account When It Expires?

Below are the methods for changing the password of a database account:

  • To change the password of the database administrator dbadmin, log in to the console and choose More > Reset Password in cluster row.
    Figure 1 Resetting the password of user dbadmin
  • You can also connect to the database and run the ALTER USER command to change the password validity period of a database account (common user and administrator dbadmin).
    1
    ALTER USER username PASSWORD EXPIRATION 90;
    
<script language="JavaScript"> </script>