June 19, 2013

Post: Fun with the MySQL pager command

… when using the command line on Unix. Today I want to focus more on pager. The most common usage of pager is to… the result of a command spanning over many lines (for instance SHOW ENGINE INNODB STATUS): mysql> pager less PAGER set to ‘less’ mysql…, just run pager: mysql> pager Default pager wasn’t set, using stdout. Or \n: mysql> \n PAGER set to stdout But the pager command is not…