I am trying to run the following cronjob and I am getting the following error:
/bin/sh: -c: line 0: syntax error near unexpected token `)'
for the line:
mysqldump --opt -Q -h localhost --user=my_username --password=pass)word db_name | gzip -v9 - > db_backup.sql.gz
How do I properly run this cronjob to prevent issues with characters in the password?