docker-mysql-backup-s3 icon indicating copy to clipboard operation
docker-mysql-backup-s3 copied to clipboard

Mysql dump command broken by semicolon in password

Open wworrall opened this issue 8 years ago • 0 comments

I have a semicolon in my password (in hindsight this perhaps isnt the best idea!). This of course breaks the mysqldump command. However, this can be easily remedied by replacing -p$MYSQL_PASSWORD with -p"$MYSQL_PASSWORD" .

wworrall avatar Aug 13 '17 13:08 wworrall