From the course: Google Cloud Platform Essential Training for Developers: Cloud-Native Development with Gemini

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Implementing a relational database with Cloud SQL

Implementing a relational database with Cloud SQL

Okay, so now we're going to talk about implementing a relational database with Cloud SQL. So all that means is we're going to set one up, we're going to use Cloud Shell to do so, and we're going to do some basic things like create a database, delete one, and just show you all the things you can do at a high level using Cloud Shell. So we're going to jump into Cloud Shell, and the first thing we're going to do is we're going to go ahead and set up our Cloud SQL instance. Now I actually have one running because these can take maybe 15 to 20 minutes to set up, but I just want to show you the command that you can use to set up your own. And from here, we're going to, we will get an error because I already have it running, but I just want to show you that it's going. And as you can see right now, we have resource in projects of a conflict, right? Because it already exists. So since it's already up and running, the next thing we're going to do is we're going to go ahead and create a new…

Contents