combell_mysql_databases_create
Create a MySQL database on a Combell hosting account with a read/write user. Pass a desired name, account ID, and password; the final database name is prefixed automatically. Returns a provisioning job to poll for completion.
Instructions
Create a MySQL database on an account (with a first read/write user). The name you pass is prefixed during provisioning, so the final database name differs. Runs in the background: poll the returned provisioning job for the resource link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | Password for the database user: 8-20 characters, a mix of letters and digits with at least one of each, no spaces, none of * € $ & + } { ' " \ | |
| account_id | Yes | Account to create the database on (see combell_accounts_list) | |
| database_name | Yes | Desired name; Combell prefixes it (e.g. 'shop' becomes 'ID123456_shop') |