mysql_explain_query
Analyze SQL query performance by retrieving the execution plan. Identify bottlenecks and optimize queries before execution.
Instructions
Get the execution plan for a SQL query (EXPLAIN)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | MySQL connection alias (optional, uses default if omitted) | |
| query | Yes | SQL query to analyze (SELECT, UPDATE, DELETE, etc.) |