I get this error sent to my email after my cron job runs
Code:
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `mysqldump --opt -Q -u USERNAME --password=password(word)secondpart dbname | gzip > /root/backupfolder/saturday.gz'
I know its because of the ( )
But it would be too much work to change my DB password right now. Because i have multiple forums, blogs etc. using this db and password also.
Isnt there any other quick solution to this?