Backup MySQL on Windows with a Batch file
In order to back up a MySQL database server on Windows, create a batch file to call mysqldump and create a Scheduled Task in Windows to call that batch file. I found a good solution by „Bradford Mitchell“ in the comments to…