grunt-deployments
grunt-deployments copied to clipboard
mysqldump for local use added, as mysql will generate a warning if you p...
mysqldump for local use added, as mysql will generate a warning if you pass -uusername and -ppassword. Should be stored in .my.cnf according to MySQL for security reasons.
Example of .my.cnf
[mysqldump] user=root password=root
Its dependent on a .my.cnf file.
I think thats the safest and cleanest solution to take.