Create a database user
Choose one of the following to create a database user.- You can create a database user when connecting to a project.
- You can click Create user in the Users tab on the project details page to create a new user.
- You can run the CREATE USER command to create a new user after connecting to a project using the console or terminal.
Ensure that you have logged in to the project with a user that has the
CREATEUSER
privilege. A super user has all privileges, includingCREATEUSER
.
Change database user password
You can change the password of any database user in your cluster.- Go to the project details page.
- Select the Users tab.
- Click Change password of a user.
- Enter the new password and re-enter it to confirm. You do not need to enter the old password to continue.
- Click Save to apply the change.
Delete a database user
If you no longer need a database user, you can delete it.- Go to the project details page.
- Select the Users tab.
- Click of the user you want to delete.
- Enter the user name for confirmation. You don’t need to enter the password to continue.
- Click Delete.