hosting_createAccountDatabaseV1
Create a database with user and password for a hosting account, automatically prefixing names with the account username when omitted.
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. |