hosting_createAccountDatabaseV1
Create a database with an associated user and password for a hosting account. The database name and user are automatically prefixed with the account username.
Instructions
Creates a database with a database user and password for the specified account.
The database name and user are automatically prefixed with the account username when needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | username parameter | |
| name | Yes | Database name. If the account username prefix is omitted, it is added automatically. | |
| user | Yes | Database user. If the account username prefix is omitted, it is added automatically. | |
| password | Yes | Database user password. | |
| website_domain | Yes | Website domain assigned to the database. |