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

MySQLBackupManager_1.4.4_x64 hangs with not responding #14

Open AlexanderLiuckanov opened 8 years ago

AlexanderLiuckanov commented 8 years ago

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

cbaerike commented 8 years ago

The backup does not run in a separate thread yet, which means the UI becomes unresponsive during manual backups until the backup is complete. Please give it some time - it will come back once the backup is done.

alexsaesee commented 8 years ago

Hi,

Same result here. I understand the "not responding" due to the thread but after 30 mins, the application is still blocked for a 2Mo table.

MikeD096 commented 8 years ago

Confirmed. Manual backup hangs for over 5 mins for a database that backs up via command line in less than 10 seconds.

Windows Server 2012 R2 x64 MySQL 5.6.31