execute_sql
Execute non-SELECT SQL commands (e.g., ALTER TABLE, DROP) directly on a MySQL database using a Model Context Protocol server, enabling efficient database management and modifications.
Instructions
执行任意非 SELECT 的 SQL 语句(如 ALTER TABLE、DROP 等)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | 要执行的 SQL 语句 |