Working with Google Cloud SQL in Java | Complete Tutorial with Examples

Read the full tutorial on www.sohamkamani.com/java/clou...
Chapters:
00:00 Introduction
00:43 What Is Cloudsql?
01:14 Creating A New Cloudsql Instance
02:43 Accessing Your Database
03:25 Reading And Writing Data From A Java Application
05:59 Further Reading
In this video we'll learn how to work with CloudSQL in your Java application.
We'll learn about provisioning a new database, running queries on an SQL shell, and connecting to the database from your Java application.
Installing gcloud CLI - cloud.google.com/sdk/docs/ins...
Cloud SQL documentation page - cloud.google.com/sql
Working example code - github.com/sohamkamani/java-g...

Пікірлер: 5

  • @ForChiddlers
    @ForChiddlers3 ай бұрын

    I had to remove the /// before the database name, then it worked... is this a new version, or why do I have this problem?

  • @addliam
    @addliam Жыл бұрын

    Thanks for the video. I have a question what should i do if i want to work collaborative on Cloud SQL can i get a credentials.json that allows everyone to acces the cloud ddbb. I need help plz

  • @user-xw5gv2yq8j
    @user-xw5gv2yq8j Жыл бұрын

    I'm managed to make it work with mysql in my local machine but when i deploy the spring boot app to app engine i'm having connexion issues with jbdc. do you know what might be the causes?

  • @tomislavtonchev

    @tomislavtonchev

    5 ай бұрын

    Me too, did you find a solution for that?

  • @mihirparmar8263

    @mihirparmar8263

    29 күн бұрын

    I am not able to make it work on local machine as well, possible to guide? Please leave a comment!