Hey MacTommy, since you havent heard of it ill give a little run down on it.
mysql> set profiling=1;
Query OK, 0 rows affected (0.00 sec)
//that command starts it up then you run a query any query and then type in
mysql> show profiles;
//that command brings up a table that looks like the...
I want to see what query is ran the most in a given day so I know which ones are most important to optimize. I would prefer to do this without downloading any patches or installing third party software. The query profiler will let you see all of the queries that have been ran but it does not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.