sebflipper

Archive for March, 2010

MySQL backup as separate sql files with rotation

Wednesday, March 10th, 2010

A few days ago I accidentally dropped a MySQL database from my home development server. While my computer does automatically run a daily backup using: mysqldump –all-databases It does mean that all my databases are backed up into one massive single file; so it makes it a little bit tricky to pull out the database [...]