MySQL Forums
Forum List  »  General

Re: how to hide query output from command line under windows
Posted by: nick rulez
Date: March 11, 2011 07:13AM

Hi. I don't think that benchmark can help me.

Let's suppose I run a query

select * from table

that returns me five hundred thousand records.

I don't want to wait mysql shows me all the records.
I just want to know how much time it takes

and then run

show profile for query X

with benchmark I can pass it only scalar value. Correct me if I'm wrong.

Options: ReplyQuote


Subject
Written By
Posted
Re: how to hide query output from command line under windows
March 11, 2011 07:13AM


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.