mysql_explain
Explain a single SELECT or SHOW statement to view its execution plan, while rejecting stacked queries and DML for safe MySQL diagnostics.
Instructions
EXPLAIN a single SELECT or SHOW. Stacked queries and DML are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| statement | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||