ecp_oneclick_create_database
Create a MySQL user and database in a single step for one-click app installs. If user creation fails, database creation is still attempted to avoid blocking setup.
Instructions
Create a MySQL user + database in one step, for use during a one-click app install. If user creation fails (e.g. already exists), database creation is still attempted - check ecp_mysql_list_db_users/ecp_mysql_list_databases afterward if unsure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_name | Yes | ||
| db_pass | Yes | ||
| db_user | Yes |