mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Apr 6 08:36:53 UTC 2022
This commit is contained in:
parent
9bf28f1efe
commit
f88a614da8
221 changed files with 7174 additions and 449 deletions
|
|
@ -7,8 +7,7 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Connects to Cloud SQL V2 instances through the Cloud SQL Proxy.
|
||||
Connects to Cloud SQL V1 instances directly.
|
||||
(ALPHA) Connects to a Cloud SQL instance.
|
||||
|
||||
EXAMPLES
|
||||
To connect to a Cloud SQL instance, run:
|
||||
|
|
|
|||
|
|
@ -12,6 +12,11 @@ DESCRIPTION
|
|||
(ALPHA) Exports data from a Cloud SQL instance to a Google Cloud Storage
|
||||
bucket as a SQL dump file.
|
||||
|
||||
NOTE: Certain roles and permissions are required to export data to Google
|
||||
Cloud Storage. For more information on exporting data from Google Cloud SQL
|
||||
see Export from Cloud SQL to a SQL dump file
|
||||
(https://cloud.google.com/sql/docs/mysql/import-export/import-export-sql#gcloud).
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
INSTANCE
|
||||
Cloud SQL instance ID.
|
||||
|
|
|
|||
|
|
@ -10,6 +10,11 @@ DESCRIPTION
|
|||
(ALPHA) gcloud alpha sql import sql imports data into a Cloud SQL instance
|
||||
from a SQL dump file in Google Cloud Storage.
|
||||
|
||||
NOTE: Certain roles and permissions are required to import data into Google
|
||||
Cloud SQL. For more information on importing data into Google Cloud SQL see
|
||||
Import a SQL dump file
|
||||
(https://cloud.google.com/sql/docs/mysql/import-export/import-export-sql#gcloud_1).
|
||||
|
||||
For detailed help on importing data into Cloud SQL, refer to this guide:
|
||||
https://cloud.google.com/sql/docs/mysql/import-export/importing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue