Database
Creating and Deleting Databases
As we saw earlier, you can specify a list of initial databases to create when launching a new Database Instance. The Dashboard provides a simple way to add more databases, or remove them. (You can also create and delete databases using the database’s native tools.)
Create a new Database
In this exercise, we are going to create a new database called tutorial_new
in an existing Database instance.
- Navigate to the
Project
/Database
/Instances
page. - Click the database instance name
tutorial
. - Click the
Databases
tab. - Click
Create Database
button - Enter
tutorial_new
in theName
field. - Click
Create Database
button. - You should see database
tutorial_new
has been created and is listed in the page.
Delete an existing Database
In this exercise, we are going to delete the tutorial_new
database that we just created.
- Navigate to the
Project
/Database
/Instances
page. - Click the database instance name
tutorial
. - Click the
Databases
tab. - Find the row for the
tutorial_new
database which we created above. - Click the
Delete Database
button. - In the
Confirm Delete Database
dialog, click theDelete Database
button. - The page will refresh to show that the database has gone.