My Learnings – Markish Personal Blog

It's my Blog….!

Posts Tagged ‘Scheduling MySQL backup’

Scheduling MySQL Backup..! —

    There have been instances when we need to schedule the backup process of MySQL databases regularly. So I thought of writing batch file that can be added in the Windows scheduler. I used the ‘mysqldump’ utility that comes with the MySQL distributions. It dumps the database definition along with all the data, indexes, triggers and [...]