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 user for a Vultr managed database instance, allowing you to specify username, password, and access 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 |
No comments yet.