yc managed-mysql user create
Create a MySQL user
Command Usage
Syntax:
yc managed-mysql user create <USER-NAME> [Flags...] [Global Flags...]
Flags
|
Flag |
Description |
|
|
MySQL cluster id. |
|
|
MySQL cluster name. |
|
|
Display information about the operation in progress, without waiting for the operation to complete. |
|
|
Password of the MySQL user. |
|
|
Database names and roles. Can be specified multiple times. Format: database=DBNAME,role=ROLE1,role=ROLE2. Possible property names:
|
|
|
User global access roles, possible values: FLUSH_OPTIMIZER_COSTS,MDB_ADMIN,PROCESS,REPLICATION_CLIENT,REPLICATION_SLAVE,SHOW_ROUTINE |
|
|
Authentication plugin of the MySQL user. |
|
|
Generate password using Connection Manager. |
|
|
The maximum permitted number of user questions per hour. |
|
|
The maximum permitted number of user updates per hour. |
|
|
The maximum permitted number of simultaneous client connections per hour. |
|
|
The maximum number of simultaneous connections permitted to any given MySQL user account. |
Global Flags
|
Flag |
Description |
|
|
Set the custom configuration file. |
|
|
Debug logging. |
|
|
Debug gRPC logging. Very verbose, used for debugging connection problems. |
|
|
Disable printing user intended output to stderr. |
|
|
Enable gRPC retries. By default, retries are enabled with maximum 5 attempts. |
|
|
Set the ID of the cloud to use. |
|
|
Set the ID of the folder to use. |
|
|
Set the name of the folder to use (will be resolved to id). |
|
|
Set the Cloud API endpoint (host:port). |
|
|
Set the OAuth token to use. |
|
|
Set the ID of the service account to impersonate. |
|
|
Disable opening browser for authentication. |
|
|
Set the output format: text (default), yaml, json, json-rest. |
|
|
Query to select values from the response using jq syntax |
|
|
Display help for the command. |