alter user

Change the name or password of a user.

Syntax

alter user 'username' set <option>

Example

# Change the password for "iris" to "siri"
alter user 'iris' set password 'siri'