Skip to content

Instantly share code, notes, and snippets.

@irsl
Created February 16, 2021 22:13
Show Gist options
  • Save irsl/f3e9d082eeccc7a088ca5af4d8f0b169 to your computer and use it in GitHub Desktop.
Save irsl/f3e9d082eeccc7a088ca5af4d8f0b169 to your computer and use it in GitHub Desktop.
google cloud sql unrestricted database flags
"name": "init_connect",
"type": "STRING",
"appliesTo": [
"MYSQL_5_6",
"MYSQL_5_7",
"MYSQL_8_0"
],
"requiresRestart": false,
"name": "innodb_ft_server_stopword_table",
"type": "STRING",
"appliesTo": [
"MYSQL_5_6",
"MYSQL_5_7",
"MYSQL_8_0"
],
"name": "innodb_ft_user_stopword_table",
"type": "STRING",
"appliesTo": [
"MYSQL_5_6",
"MYSQL_5_7",
"MYSQL_8_0"
],
"requiresRestart": false,
"name": "mandatory_roles",
"type": "STRING",
"appliesTo": [
"MYSQL_8_0"
],
"kind": "sql#flag"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment