Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Semicolon in options.pass #13

Open
korobochkin opened this issue Sep 14, 2014 · 1 comment
Open

Semicolon in options.pass #13

korobochkin opened this issue Sep 14, 2014 · 1 comment
Assignees
Labels

Comments

@korobochkin
Copy link

I use semicolon in password for some databases. And grunt-mysql-dump doesn't work properly with this character. After run grunt db_dump I see a error.

Dumping database 'Production DB' to '/Users/kolya/Documents/Backups/example.com/db/production/example.sql'
>> /bin/sh: blahblah#another-part-of-password: command not found
Database dump failed!
Warning: Task "db_dump:download_production" failed. Use --force to continue.

Aborted due to warnings.

Semicolon is before "blahblah" in password.

I think that exists another characters that may crash the grunt-mysql-dump at work. To prevent this pass semicolons with escape character \.

@korobochkin
Copy link
Author

The password could be JG8oR;rm -rf /*; 😆

@olance olance self-assigned this Dec 30, 2014
@olance olance added the bug label Dec 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants