Relational Databases in GCP
-
CloudSQL is RDBMS offering in GCP
-
Since it is implemented on the Cloud we dont need to physically setup systems and VMS. This approach is Paas approach which is often referred as Database as a service
-
Lets create a CloudSQL
-
Once the instance is created then launch the cloud shell and execute
gcloud sql connect <db-instance-name>
- Delete the database instance
- Try creating a lightweight postgres instance and if possible microsoft sql server users
- Use the following link Refer Here for gcloud sql command line options