27 July 2017

How to Stop Scrolling in MySQL?

How to Stop Scrolling in MySQL?

 > mysql -p [database]
    Enter password:
    mysql> pager more;
    PAGER set to more
    mysql> select * from [table];
    ...data...
    ...data...
    --More--

    You can use 'less', or 'more', or whatever other pager you want to use.

No comments:

Post a Comment