Vultr DocsLatest Content


Create

Updated on 15 September, 2025

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.

Usage

console
$ vultr-cli database user create <Database ID> [flags]

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

Comments

No comments yet.