Am running this command to backup mysql database
`mysqldump --host=$dbhost --user=$dbuser --password="dbpassword" $dbname > $dir$dbname`
but am getting this error after backup
mysqldump: [Warning] Using a password on the command line interface can be insecure.
Question is that how can i turn off this reporting or warning in mysqldump command