Skip to content

Instantly share code, notes, and snippets.

@rod-stuchi
Last active July 31, 2018 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rod-stuchi/600a42911995b6d2149306ff52d11d00 to your computer and use it in GitHub Desktop.
Save rod-stuchi/600a42911995b6d2149306ff52d11d00 to your computer and use it in GitHub Desktop.
Configure pager in MySQL no break mysqldump
# /etc/my.cnf
# https://stackoverflow.com/questions/924729/how-to-best-display-in-terminal-a-mysql-select-returning-too-many-fields
[client]:
default-character-set=utf8
#http://bargablog.blogspot.com/2016/01/mysql-pager-setting-in-mycnf.html
[mysql]
pager=less -SFX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment