Daily Archives: November 14, 2018

MySQL Pretty Print in Command Line

I was looking for a better way to output mysql tables in console, and came across the following gem: mysql> pager less -SFX mysql> SELECT * FROM... Read More | Share it now!