Creates a new user for a Vultr managed database instance with customizable credentials and permissions
The vultr-cli database user create command creates a new database user for a Vultr managed database instance, allowing you to define access credentials and permissions.
$ vultr-cli database user create <Database ID> [flags]
| Shorthand | Long Version | Description |
|---|---|---|
| -e | --encryption | encryption type for the new managed database user (MySQL only) |
| -p | --password | password for the new managed database user (omit or leave empty to generate a random secure password) |
| - | --permission | permission level for the new managed database user (Kafka only) |
| -u | --username | username for the new managed database user |