gcloud beta sql users describe - retrieves information about a Cloud SQL user in a given instance
gcloud beta sql users describe USERNAME --instance=INSTANCE, -i INSTANCE [--host=HOST] [GCLOUD_WIDE_FLAG ...]
(BETA) Retrieves information about a Cloud SQL user in a given instance.
To fetch a user with name 'my-user' and optional host '%' in instance 'my-instance', run:
$ gcloud beta sql users describe my-user --host=% \ --instance=my-instance
- USERNAME
Cloud SQL username.
- --instance=INSTANCE, -i INSTANCE
Cloud SQL instance ID.
- --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 https://cloud.google.com/sql/docs/mysql/configure-ip.
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 help for details.
This command is currently in beta and might change without notice. This variant is also available:
$ gcloud alpha sql users describe