Mysql tuning/performance for windows [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 questionWe use mysql version 5.0.27 for a desktop application on a windows based environment. We need a tool (hopefully free) that runs on windows and that can monitor mysql and the queries so that we can hopefully fix some of the slow querie开发者_JS百科s we have on it and tune its performance.
What would you reccomend? the things i found online where scripts/perl etc that dont fit with our needs.
Thanks for your help.
That question shouts for the MySQL Query Proxy. This is a simple program that can monitor and analyze the communication between client and server.
It is available for different OS, one of them Windows. It is in its early stages of development, but should be usable for the purpose you've mentioned.
http://lamp-dev.com/setting-up-mysql-proxy-windows/115
I found above link for getting started with MYSQL-Proxy. Thanks to Bjoern.
精彩评论