Friday, September 10, 2010

Backup your MySQL Database

Ok, so you have a MySQL installation, and you want to backup your precious data, but you don’t know how.
My Solution has some dependancies.
a. Install your SQL application as a Service, so that you can start and stop it on scheduled command. You will need to do your own research to learn how [...]