Introducing MySQL Visual Explain at Xaprb
MySQL Visual Explain tries to reverse-engineer EXPLAIN by re-ordering and dividing the input into parent/child relationships.
Turns the output of EXPLAIN in MySQL into a tree representation. Quite useful with large and complex queries.