I got a strange issue while writing a command on putty.
I want to download database from putty. I'm successfully logged in using private key and passphrase.
I have used this command to download database.
mysqldump -u root -pjP+!D) foo > foodump.sql
I got the following error.
-bash: !D: event not found.
I have so many special characters in original password. mysqldump , ls etc. commands working fine so I can't figure out issue in it.
I tried to login using WINSCP and run command in it's terminal and also open putty from WINSCP. But no luck for me.