How do I prevent the MySQL client to scroll pages when the results of
a query exceeds the number of lines in the terminal window?
Like a MySQL equivalent to *nix 'more'.
mysql> select foo from bar;
[...]
2500 rows in set (0.00 sec)
--
a query exceeds the number of lines in the terminal window?
Like a MySQL equivalent to *nix 'more'.
mysql> select foo from bar;
[...]
2500 rows in set (0.00 sec)
--
Comment