Managing Database Users
Each database can have multiple users with their own credentials. ServerPlane manages user creation, password changes, and deletion directly on the server.
Viewing Users
- Go to Databases and click on a database to open its detail page.
- Open the Users tab.
- Existing users are listed with their username, host, and privileges.
Creating a User
- In the Users tab, scroll down to the Add User section.
- Fill in the fields:
- Username — The login name for the user.
- Password — Enter a password (minimum 8 characters) or click Gen to generate a random one.
- Host — The host the user connects from. Defaults to
localhost. Use%to allow connections from any host.
- Click Add User.
The new user is granted ALL privileges on the database. The user appears in the list immediately.
Changing a Password
- In the Users tab, find the user whose password you want to change.
- Click Change Password next to the user.
- An inline form appears with a password field. Enter a new password or click Generate to create one.
- Click Save to apply the change on the server.
- Click Cancel to discard.
The password is updated on the database server immediately.
Deleting a User
- In the Users tab, find the user you want to remove.
- Click Delete next to the user.
- Confirm the dialog.
The user is dropped from the database server and removed from ServerPlane's records.
Notes
- All users are created with ALL privileges on their associated database.
- User credentials (passwords) are stored securely in ServerPlane.
- Deleting a database also removes all of its associated users automatically.