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
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
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.