MySql query analyzer - free solutions [closed]

ぐ巨炮叔叔 提交于 2019-11-27 17:16:02

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!