setup_mysql_database
Configure a MySQL database instance with application user and database on Vultr cloud infrastructure using specified region, plan, and label parameters.
Instructions
Quick setup for a MySQL database with application user and database.
Args: region: Region code (e.g., 'ewr', 'lax') plan: Plan ID (e.g., 'vultr-dbaas-hobbyist-cc-1-25-1') label: Label for the database root_password: Root password (auto-generated if not provided) app_user: Application username to create app_password: Application user password (auto-generated if not provided) app_database: Application database name to create
Returns: Complete setup information including connection details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_database | No | appdb | |
app_password | No | ||
app_user | No | appuser | |
label | Yes | ||
plan | Yes | ||
region | Yes | ||
root_password | No |