Is there a good Query Analyzer for MySQL (that's either free, or has a trial), that can analyse a query and make suggestions for indexes, like the "Display estimated execution plan" in Microsoft SQL Server management studio?
Asked
Active
Viewed 3.8k times
26
-
2I take it you are aware of EXPLAIN? http://dev.mysql.com/doc/refman/5.0/en/explain.html – Pekka Jan 13 '10 at 13:21
-
Yes, however looking for something like the MsSQL version... – frank Jan 13 '10 at 13:28
3 Answers
4
Maybe "MySQL Explain Explain" can help (verbose version of MySQL EXPLAIN
command, forkable on github).

rap-2-h
- 30,204
- 37
- 167
- 263