martin-rohwedder / 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/
30 stars 33 forks source link

drop database and table statements is not a part of dump #15

Closed martin-rohwedder closed 10 years ago

martin-rohwedder commented 10 years ago

When using the dump file, there is no drop database and tables statements. This means user has to manually drop and create the database again, and then use the dump file, to fill it.