Database
Manage Database Users
In this section, we are going to manage database users.
Create a new database user
- Navigate to the
Project
/Database
/Instances
page. - Click your
tutorial
instance and select theUsers
tab. - Click the
Create User
button. - In the
Create User
dialog, enter tutorial in theName
field and a strong password in thePassword
field. Enter tutorial in theInitial Database
field. - Click the
Create User
button. - You should see the
tutorial
user listed.
Edit Database User
We have a new database user tutorial
. In this exercise, we are going to rename the user to tutorial_renamed
and change the password.
- Click the
Edit User
from the actions list of usertutorial
. - In the
Edit User
dialog, enter tutorial_renamed in theNew Name
field and a new strong password in theNew Password
field. - Click
Apply Changes
button. The password has been updated and you will see that the username has been changed totutorial_renamed
.