Hello,

when I try

mysql> select * from member;

it shows lots of records and the screen goes up quickly. Thus I can't see
the results very well because of the small screen (only 19" :):):) and I
wonder if there's a way to output the results into a .txt file.

why not be like:
mysql> use samp_db
mysql> select * from member > output_file.txt

Is there some way to work around this problem? Thanks a lot.

Yasen


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to