MySQL-Backup-Manager
MySQL-Backup-Manager copied to clipboard
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 datab...
Without `--hex-blob`, `mysqldump` exports `blob` and `longblob` fields as UTF-8 text strings. These can't always be restored properly. Using `--hex-blob` [resolves this](https://stackoverflow.com/a/31715391/81949). The downside is that backup files with blob...
Hi, Was running 1.3 before and after first setup, Cleaning up backup files older than 7 days was appearing in the logs. After about a week this stopped and the...
``` 2016-08-01 09.00 - ERROR - Cannot create directory C:\Users\Martin\Google Drive\MySQL Backups\IPADDRESSREMOVED\lifeinsanandreas_server\ System.UnauthorizedAccessException: Access to the path 'C:\Users\Martin\Google Drive\MySQL Backups' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath,...
error when trying to backup, it says: "2016-07-18 11.21 - ERROR - The system could not find the MySQLDump.exe file. Please add the MySQL \bin path to your system's PATH...
Hi team, the versions MySQLBackupManager_1.4.4_x64 and MySQLBackupManager_1.4.4_Hotfix_x64 can't make manual backup from the UI. When I press the "Backup Database Now" button the UI hangs with not responding
The "Modify Database" button should be renamed to "Save Settings" or the like. Upon first use/modification, an end user may be hesitant to press the "Modify Database" button, fearing the...
Application should validate host/user/pass/DB settings when adding DBs to be backed up. The application should use the parameters entered and attempt to at least connect to the database to validate...
Would like the ability to add multiple databases at once from a single host. For example, provide Host, User, Password, and then the application queries the server for all schemas/databases,...
Hello I get an error: 2016-06-30 14:00 - ERROR - Unknown exception occurred during backup: System.ComponentModel.Win32Exception (0x80004005): Das System kann die angegebene Datei nicht finden bei System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) bei System.Diagnostics.Process.Start()...
Hello Team, I had a little problem to Backup DataBase with size 420MB 2015-12-19 10:40 - ERROR - Unknown exception occurred during backup: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown....