I was trying to create a dump file from my MySQL database, but when I try it always gives me this error
Operation failed with exitcode 2
I had this problem on the Amazon EC2 acessing a RDS Mysql 5.6 database. I just ran
sudo apt-get upgrade
It didn't update mysql client to 5.6, but mysqldump now is working fine.