mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha sql users set-password USERNAME --instance=INSTANCE, -i
|
||||
INSTANCE [--async] [--host=HOST]
|
||||
[--discard-dual-password | --retain-password]
|
||||
[--password=PASSWORD | --prompt-for-password] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -33,6 +34,16 @@ OPTIONAL FLAGS
|
|||
help on how to do so, read:
|
||||
https://cloud.google.com/sql/docs/mysql/configure-ip
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--discard-dual-password
|
||||
Discard the user's secondary password. Cannot set password and set
|
||||
this flag. This flag is only available for MySQL 8.0.
|
||||
|
||||
--retain-password
|
||||
Retain the old password when changing to the new password. Must set
|
||||
password with this flag. This flag is only available for MySQL 8.0.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--password=PASSWORD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue