create_database
Create a new MySQL database with configurable character set and collation settings for organizing and storing data.
Instructions
Create a new database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | Database name | |
| charset | No | Character set (default: utf8mb4) | |
| collation | No | Collation (default: utf8mb4_unicode_ci) |