create_database
Create a new MySQL or MariaDB database by specifying name, charset, and collation. Streamlines schema setup.
Instructions
Create a database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| charset | No | ||
| database | Yes | ||
| collation | No | ||
| confirmed | No | Must be true for destructive operations when confirmation is required | |
| connection | No | Named connection from config; defaults to default_connection |