Suppress warning messages using mysql from within Terminal, but password written in shell script
Here’s how I got my bash script for my daily mysqldump database backups to work more securely. 1. First use mysql_config_editor (comes with mysql 5.6+) to set up the encrypted password file. Suppose your username is „db_user“. Running from the…
You must be logged in to post a comment.