LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   information scrolls off screen (https://www.linuxquestions.org/questions/linux-server-73/information-scrolls-off-screen-4175481499/)

digiguy 10-20-2013 09:32 AM

information scrolls off screen
 
This may seem like a small problem but not when I cant read fast enough.

My system is debian Linux, non-gui and when I am using mysql some of the information scrolls off the screen by the time I have a chance to read it. Is there a command that I can use similar to more?


Thanks

druuna 10-20-2013 09:41 AM

Set the pager:
Code:

mysql> pager more
PAGER set to 'more'

To unset use:
Code:

mysql> nopager
PAGER set to stdout


digiguy 10-20-2013 12:50 PM

Thanks! Works like a champ!!:D


All times are GMT -5. The time now is 07:23 PM.