问题
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?
回答1:
You may want to try Percona tools for MySQL. Look at this article
回答2:
Maybe "MySQL Explain Explain" can help (verbose version of MySQL EXPLAIN
command, forkable on github).
回答3:
https://enterprise.mysql.com
30 day trial...
来源:https://stackoverflow.com/questions/2056840/mysql-query-analyzer-free-solutions