0

I think Ctrl+C is required sometimes but I can't remember I needed it. Sometimes I'm trying to copy output text by pressing that "hotkey" automatically and losing db connection instead. It is very annoying and I would like to disable SIGINT sending forever. Can this be done?

Sysinfo: Linux Mint 17 mysql-client-5.5

Carter
  • 215

1 Answers1

1

Just add in /etc/mysql/my.cnf (or wherever your my.cnf is):

[mysql]
sigint-ignore

Add it to an existing [mysql] section if you already have one...