File: //snap/google-cloud-cli/394/help/man/man1/gcloud_sql_databases_patch.1
.TH "GCLOUD_SQL_DATABASES_PATCH" 1
.SH "NAME"
.HP
gcloud sql databases patch \- patches the settings of a Cloud SQL database
.SH "SYNOPSIS"
.HP
\f5gcloud sql databases patch\fR \fIDATABASE\fR \fB\-\-instance\fR=\fIINSTANCE\fR, \fB\-i\fR \fIINSTANCE\fR [\fB\-\-charset\fR=\fICHARSET\fR] [\fB\-\-collation\fR=\fICOLLATION\fR] [\fB\-\-diff\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Patches the settings of a Cloud SQL database.
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIDATABASE\fR
Cloud SQL database name.
.RE
.sp
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-instance\fR=\fIINSTANCE\fR, \fB\-i\fR \fIINSTANCE\fR
Cloud SQL instance ID.
.RE
.sp
.SH "OPTIONAL FLAGS"
.RS 2m
.TP 2m
\fB\-\-charset\fR=\fICHARSET\fR
Cloud SQL database charset setting, which specifies the set of symbols and
encodings used to store the data in your database. Each database version may
support a different set of charsets.
.TP 2m
\fB\-\-collation\fR=\fICOLLATION\fR
Cloud SQL database collation setting, which specifies the set of rules for
comparing characters in a character set. Each database version may support a
different set of collations. This flag can't be used with PostgreSQL instances.
.TP 2m
\fB\-\-diff\fR
Show what changed as a result of the patch.
.RE
.sp
.SH "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 \fB$ gcloud help\fR for details.
.SH "NOTES"
These variants are also available:
.RS 2m
$ gcloud alpha sql databases patch
.RE
.RS 2m
$ gcloud beta sql databases patch
.RE