Skip to content

Instantly share code, notes, and snippets.

@irsl
Created February 16, 2021 22:10
Show Gist options
  • Save irsl/fa08efbaacce958ff70e1f6be1cf3d08 to your computer and use it in GitHub Desktop.
Save irsl/fa08efbaacce958ff70e1f6be1cf3d08 to your computer and use it in GitHub Desktop.
unrestricted google cloud sql database flags
gcloud sql flags list
{
"kind": "sql#flagsList",
"items": [
{
"name": "character_set_server",
"type": "STRING",
"appliesTo": [
"MYSQL_5_5",
"MYSQL_5_6",
"MYSQL_5_7",
"MYSQL_8_0"
],
"allowedStringValues": [
"latin1",
"utf8",
"utf8mb4"
],
"requiresRestart": true,
"kind": "sql#flag"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment