cbaerike / MySQL-Backup-Manager

MySQL Backup Manager is a simple software solution for backing up MySQL Databases automatically. It uses a Windows service for the backup process and has an GUI attached for administrating which databases needs backup
http://martin-rohwedder.github.io/MySQL-Backup-Manager/
27 stars 7 forks source link

Will this work to backup remote mysql servers? #11

Closed mrcarl79 closed 3 years ago

mrcarl79 commented 9 years ago

I wanted to install it on windows but to backup a remote mysql server, is this possible? I get an error when I try to install and assume this is why because there is no mysql installed locally. Thanks, C

cbaerike commented 9 years ago

Hi,

You'll need a local install of the MySQL or MariaDB binaries. MySQL Backup Manager requires the mysqldmp.exe file to take backups.

Your actual database can be on any server, as long as the backup server has access to it. Remote servers are not an issue.