26

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?

Eric Leschinski
  • 146,994
  • 96
  • 417
  • 335
frank
  • 495
  • 1
  • 7
  • 13

3 Answers3

4

Maybe "MySQL Explain Explain" can help (verbose version of MySQL EXPLAIN command, forkable on github).

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

You may want to try Percona tools for MySQL. Look at this article

Yaronius
  • 784
  • 3
  • 17
  • 34
1

https://enterprise.mysql.com

30 day trial...

frank
  • 495
  • 1
  • 7
  • 13