Total Page Preview:   000000003659

How to create cloud SQL database using cloudshell in gcp?

In this article I am going to explain how to create cloud sql database in google cloud(gcp) cloudshell command.

 

Syntax 

gcloud sql databases create DATABASE --instance=INSTANCE-i INSTANCE [--async] [--charset=CHARSET]

 

Example

gcloud sql databases create dbPostGres --instance instance1

 

 

OUTPUT

Creating Cloud SQL database...done.
Created database [dbPostGres].
instance: prod-instances
name: dbPostGres
project: hipaaprojects

 

Thank You

About Author

Brijesh Kumar

Database Developer

I have more then 6 years Experience in Microsoft Technologies - SQL Server Database, ETL Azure Cloud - Azure SQL Database, CosmosDB, Azure Data Factory, PowerBI, Web Job, Azure Function, Azure Storage, Web Apps, Powershall and Database Migration On-Premise to Azure Cloud.
LinkedIn : https://www.linkedin.com



Comments