Skip to main content
Glama

MySQL MCP Server

MIT License
56
1
  • Apple
  • Linux

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

NameRequiredDescriptionDefault
charsetNo字符集(可选)utf8mb4
collationNo排序规则(可选)utf8mb4_unicode_ci
nameYes数据库名称

Input Schema (JSON Schema)

{ "properties": { "charset": { "default": "utf8mb4", "description": "字符集(可选)", "type": "string" }, "collation": { "default": "utf8mb4_unicode_ci", "description": "排序规则(可选)", "type": "string" }, "name": { "description": "数据库名称", "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools from MySQL MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pickstar-2002/mysql-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server