Joined October 2012
·
Posted to
Avoid Ctrl-C MySQL Woops
over 1 year
ago
You can get this behaviour by default if you add the the following to your ~/.my.cnf:
[mysql]
sigint-ignore
Achievements
50 Karma
349 Total ProTip Views
T-Rex
Have at least one original repo where C is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
If you add
export EDITOR=vim
to your .bashrc pretty much all programs, git included, will use vim as the default editor...