| Oct 16 |
Pagination in mysql CLIEver wonder how to scroll upwards in mysl resultset ? What if your terminal doesn’t allow scrollback or the scrollback buffer is somehow set to sreen lines ? How to use MORE or LESS unix commands in mysql which would allow to scroll using ‘return’ or ’spacebar’ Follow the steps given below:
This also works under the unix ’screen’ terminal emulation One Response to “Pagination in mysql CLI”Leave a Reply |
Good tips. I am really looking for soemthing like this..Thanks