Total Page Preview:   000000004646

How to create cloud SQL users using cloudshell in gcp?

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

 

Syntax 

gcloud sql users create USERNAME --instance=INSTANCE-i INSTANCE [--async] [--host=HOST] [--password=PASSWORD] 

 

Example

gcloud sql users create mysqlusr --instance instance1 --password password12345

 

 

OUTPUT

Creating Cloud SQL user...done.
Created user [mysqlusr].
 

 

 

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