mysqldump -u censored -'p32dasdA)k+~Ow9' censored > backup.sql The above code results in error bash: syntax error near unexpected token `)'
I assume it's because the password contains certain characters, but I'm not sure how to resolve the issue. Also, where should I check for the backup after it's complete?
Any help is greatly appreciated.