MySQL Backup Script
This is my almost no configuration needed bash backup script for MySQL. The script first uses the mysql command line application to get a list of every database on your MySQL server, then loops through the list of databases and creates a separate dump file for each database. You do need to create a ~/.my.cnf […]
Read More MySQL Backup Script