Last active
July 31, 2018 14:39
-
-
Save rod-stuchi/600a42911995b6d2149306ff52d11d00 to your computer and use it in GitHub Desktop.
Configure pager in MySQL no break mysqldump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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