Backup (mysql dump) all your MySQL databases in separate files - Closer to Codehttps://mensfeld.pl/2013/04/backup-mysql-dump-all-your-mysql-databases-in-separate-files/
Sometimes we would like to dump all the MySQL databases. MySQL provides an easy solution to this problem: However this will dump stuff into one file. How to dump all databses into separate files? Well, here is my solution. A small bash script: Be aware, that in order to execute this script from cron, you […]