agency-hosting_createAgencyPlanWebsiteDatabaseV1
Create a MySQL database and dedicated user for an Agency Plan website by providing the website UID, database name, username, and password.
Instructions
Creates a MySQL database with a dedicated user for an Agency Plan website.
The database name, username, and password must all be provided by the caller.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | Password for the database user (requires mixed case, letters, and numbers). | |
| website_uid | Yes | Agency Plan website UID | |
| database_name | Yes | Database name to create (alphanumeric characters). | |
| database_user | Yes | Database username to create alongside the database (alphanumeric characters). |