mysql_create_database
Creates a MySQL database with specified name, charset, and collation. Simplifies database setup for efficient management and structured data storage.
Instructions
创建数据库
Input Schema
Name | Required | Description | Default |
---|---|---|---|
charset | No | 字符集(可选) | utf8mb4 |
collation | No | 排序规则(可选) | utf8mb4_unicode_ci |
name | Yes | 数据库名称 |