MySQL Forums
Forum List  »  MySQL Workbench

Re: Visual Explain Not working in MySQL Workbench
Posted by: IGG t
Date: April 06, 2016 09:14AM

Ok cheers. Using MySQL 5.7 I run:

EXPLAIN FORMAT=json
SELECT . . . .
FROM table1
JOIN table2 . . . .
JOIN table3 . . . .

I can see the JSON output, but I still can't see the Visual Explain.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Visual Explain Not working in MySQL Workbench
2556
April 06, 2016 09:14AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.