views:

32

answers:

1

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

+2  A: 

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.

jasonbar
Can you send me the latest freeware version of MYSQL which have profiling?
Paresh
@Paresh, I've updated my answer.
jasonbar