The backup command can be written as a BAT and write a Services program to install a automatic backup program.
C: / mysql / bin / mysqldump --all-databases> C: //% 1 -h localhost -u root -n --default-character-set = latin1
-h is the host address
-u super administrator name
-default-character-set default character set
- AlL-Databases Backup All Databases
C: //% 1 is a database name that can be better than the parameter in the command line.