ALTER USER

ALTER USER — change attributes of a NuoDB user account

Syntax

ALTER USER <username> PASSWORD '<password>'

Description

Use ALTER USER to change the password of a NuoDB user account. Use CREATE USER to add new users, and DROP USER to remove an existing user.

You may not use ALTER USER to modify the password of a user created using CREATE USER username EXTERNAL.

Parameters

username

Name of the user whose attributes are to be altered.

password

The new password to be used for this account.

Example

ALTER USER davide PASSWORD 'hu8jmn3';