gcloud sql users describe
Stay organized with collections
Save and categorize content based on your preferences.
- NAME
-
- gcloud sql users describe - retrieves information about a Cloud SQL user in a given instance
- SYNOPSIS
-
-
gcloud sql users describeUSERNAME--instance=INSTANCE,-iINSTANCE[--host=HOST] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Retrieves information about a Cloud SQL user in a given instance.
- EXAMPLES
-
To fetch a user with name 'my-user' and optional host '%' in instance
'my-instance', run:
gcloudsqlusersdescribemy-user--host=%--instance=my-instance - POSITIONAL ARGUMENTS
-
USERNAME- Cloud SQL username.
- REQUIRED FLAGS
-
--instance=INSTANCE,-iINSTANCE- Cloud SQL instance ID.
- OPTIONAL FLAGS
-
--host=HOST-
Cloud SQL user's hostname expressed as a specific IP address or address range.
%denotes an unrestricted hostname. Applicable flag for MySQL instances; ignored for all other engines. Note, if you connect to your instance using IP addresses, you must add your client IP address as an authorized address, even if your hostname is unrestricted. For more information, see Configure IP.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details. - NOTES
-
These variants are also available:
gcloudalphasqlusersdescribegcloudbetasqlusersdescribe