database_execute_script
Execute a SQL script containing multiple statements on the active database connection. Perform complex database operations directly through MCP without a local MySQL client.
Instructions
Execute a SQL script with multiple statements on the active database connection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | SQL script to execute |