hosting_createAccountDatabaseV1
Create a database with a user and password for a hosting account, automatically prefixing names and linking to a website domain.
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 |
|---|---|---|---|
| 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. | |
| username | Yes | username parameter | |
| website_domain | Yes | Website domain assigned to the database. |