Windows Mysql Online Backup is a simple but very useful application designed for backing up and restoring mysql databases.
Main features:
1. Scheduled backup (to remote server or to file).
2. Add a DROP DATABASE statement before each CREATE DATABASE statement
3. Add a DROP TABLE statement before each CREATE TABLE statement
4. Add a DROP TRIGGER statement before each CREATE TRIGGER statement
5. Surround each table dump with LOCK TABLES and UNLOCK TABLES statements
6....