MySQL Forums
Forum List  »  Performance

Re: MySQL 5.1.61 caused high disk IO wait
Posted by: Aftab Khan
Date: June 14, 2012 05:29AM

> MySQL's uptime is 4.5 days

| Slow_queries | 31354 |

You have got lots of slow queries


>mysqldump -t -t 10 ./slow_query_log
The correct syntaX is:

mysqldumpslow -t -t 10 /path/to/slow_query_log



Edited 1 time(s). Last edit at 06/14/2012 05:30AM by Aftab Khan.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL 5.1.61 caused high disk IO wait
1832
June 14, 2012 05:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.