Error: When running the mysqldump using a shell script
mysqldump: [Warning] Using a password on the command line interface can be insecure.
Workaround:
/bin/sh scriptpath.sh > /dev/null 2>&1
mysqldump: [Warning] Using a password on the command line interface can be insecure.
Workaround:
/bin/sh scriptpath.sh > /dev/null 2>&1