MySql query analyzer - free solutions [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You开发者_开发百科 can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionIs 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?
You may want to try Percona tools for MySQL. Look at this article
Maybe "MySQL Explain Explain" can help (verbose version of MySQL EXPLAIN
command, forkable on github).
https://enterprise.mysql.com
30 day trial...
精彩评论