diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-18 15:54:47 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-18 15:54:47 +1200 |
commit | 487458d6fdee71082d8e440aa68cfbce685b7ed6 (patch) | |
tree | c728f35c04dfaf83cbdaf5c6fba39901cc95a67e /mysql | |
parent | Add MySQL shortcuts and completion function (diff) | |
download | dotfiles-487458d6fdee71082d8e440aa68cfbce685b7ed6.tar.gz dotfiles-487458d6fdee71082d8e440aa68cfbce685b7ed6.zip |
Prefer pretty-printed MySQL results interactively
Diffstat (limited to 'mysql')
-rw-r--r-- | mysql/my.cnf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql/my.cnf b/mysql/my.cnf index 4ddfb16a..806eb728 100644 --- a/mysql/my.cnf +++ b/mysql/my.cnf @@ -1,7 +1,5 @@ [mysql] default-character-set=utf8 prompt='(\u@\h:\d) mysql> ' -raw safe-updates -silent |