Open the database → Databases tab in my.cubepath.com.

Lists the logical databases inside the instance — the individual databases your applications connect to, as opposed to the cluster itself.

Create a database

Click Create database and give it a name.

RuleDetail
CharactersLowercase letters, digits and underscores
First characterMust be a letter
LengthUp to 60 characters
ReservedSystem names (mysql, postgres, sys, …) are rejected

Delete a database

Deleting destroys the database and all its data, permanently. There is no undo, and no backup to restore from until backups launch.

Check what's connected first: an application pointed at a database that no longer exists fails on every query, not just on the ones that touch missing tables.

Next step

A database on its own has no dedicated login. Create a per-application account on the Users tab rather than connecting with the admin credentials.