有没有免费的 MYSQL 数据库分析器工具?
有没有免费的 MYSQL 数据库分析器工具?
我想从应用程序中捕获 SQL 语句。 并想要调整它的性能。
有人可以建议吗?
谢谢, 帕雷什
Is there any free tool for profiler of MYSQL database?
I want to capture the SQL statement from application.
and want to tune it for performenencae.
Can any one suggest?
Thanks,
Paresh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 EXPLAIN 和 MySQL 查询分析器
编辑:支持的最低 MySQL 版本是 5.0.37。您可以直接从 mysql.com 下载 5.1.45。
Check out EXPLAIN and the MySQL Query Profiler
Edit: The minimum supported MySQL version is 5.0.37. You can download 5.1.45 directly from mysql.com.