An administrator is deploying a new Cloud SQL database instance using the Google Cloud CLI. Which parameter must be specified in the gcloud command to set the database engine version to MySQL 8.0?
- --database-version=MYSQL_8_0Cevap
- B--authorized-networks=0.0.0.0/0
- C--engine-type=MYSQL_8_0
- D--db-kind=relational
Cevap
The correct parameter to specify the database engine version during Cloud SQL deployment is `--database-version=MYSQL_8_0`.
When executing `gcloud sql instances create`, the `--database-version` flag specifies the database engine type and major version (such as `MYSQL_8_0`, `POSTGRES_15`, etc.).
Adım Adım Çözüm
Anahtar Kavram
Configuring Cloud SQL Engine Versions via gcloud CLI
Tahmini Süre:45s