Database Users
2 min read
Updated 1 day ago
Database Users
Managed databases come with a primary user created automatically. You can create additional users for different applications or team members, each with their own credentials.
Creating a User
- Navigate to your database
- Go to the Users tab
- Click Create user
- Enter a username
- Click Create
A secure password will be generated automatically. You can reset the password at any time.
Resetting a Password
If you need to change a user's password:
- Go to the Users tab
- Find the user
- Click Reset password
- A new secure password will be generated
Important: Any applications using the old password will lose access immediately. Update your application's configuration with the new password.
Deleting a User
To remove a user:
- Go to the Users tab
- Find the user you want to delete
- Click the delete button
- Confirm the deletion
The user will be removed and all their connections will be terminated immediately.
Best Practices
- Use separate users per application - Don't share credentials across different services
- Use the primary user for admin tasks only - Create dedicated users for application access
- Rotate passwords regularly - Reset passwords periodically for security
- Remove unused users - Delete users that are no longer needed
Next Steps
- Logical databases - Create multiple databases
- Connection details - Use your credentials to connect