execute_sql
Run non-SELECT SQL commands like ALTER, DROP, or INSERT directly on a MySQL database via the MCP Server, enabling efficient database management and modifications.
Instructions
Executes any non-SELECT SQL statement (e.g., ALTER TABLE, DROP, etc.)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The SQL statement to execute. |