Databases
Databases tab
provides the list of all the databases created in your database service in the tablular format. Each row provides the details of each database created in your database service. Each column of the table provides:
Name - This field provides the name of your database. The database names are unique within your database service.
Status - This field provides the status of each database. The status of the databases can be:
Created - This field provides the date and time on which the database is created.
Deleting the database
On each row at the right side, go to ellipsis icon. It provides the Delete
option. Selecting Delete
option pops up a Delete confirmation
window. It asks Are you sure you want to delete database <databasename> ?
. Gives a warning message that Deleting this database will drop all active connections currently connected to this specific database. Would you like to proceed?
. Select the Delete the <databasename> database
check box to proceed. Also, View the Code
from the bottom. The code is available in different languages like Shell, Python, Go, Java, JavaScript, and PowerShell. Click the Delete
button at the bottom to proceed with delete action.
Last updated