dbaascli database changepassword

The database changepassword subcommand of the dbaascli utility is used to change the password of a database user.

Execute this command as the root user.

dbaascli database changepassword --dbname dbname

In the above command, dbname specifies the name of the database that you want to affect.

Enter the user name and new password when prompted.