Backup MySQL Database using PowerShell Script
Performing regular database backup is very important to avoid data loss. In this article, we will create a PowerShell Script to backup MySQL databases. Basically, the backup is using mysqldump command. This is an executable file that stored in MySQL installation folder under bin folder. So let’s start scripting : You can set a Task Scheduler to … Read more