execute_sql
Execute non-SELECT SQL statements such as ALTER TABLE or DROP on a MySQL database using the MySQL MCP Server for efficient database management and modifications.
Instructions
执行任意非 SELECT 的 SQL 语句(如 ALTER TABLE、DROP 等)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | 要执行的 SQL 语句 |