mysqldump to multiple files
It is a good idea to run mysqldump by cron to regurlarly make backups of your MySQL databases. An easy way to do this is by adding the –all-databases parameter. This way you will have a backup of all your databases – in one file though. If the amount of data and the number of […]
