I am using VS2010 and MySQL for my project. My Client want to take MySQL Dump Every Day like Daily Backup. So I want to give a tool for Taking MySQL Dump with a particular time.
Do you know any tool fulfill my requirement?
|
|
I assume you are using Windows (because of you mention VS2010). Simply create a "scheduled job" either through the Windows UI (e.g. Here are some links that explain how to create a scheduled task in Windows: http://technet.microsoft.com/en-us/library/cc758861%28WS.10%29.aspx |
|||
|
Usually you deploy an existing maintenance script which takes care not only of taking the dump (trivial), but also of deleting the old backup files, naming them accordingly, handling various possible failures etc etc. Eg. I use backup-manager and I'm quite pleased with it. |
|||
|
|
|
SQLyog has scheduled backup feature using this you can take periodic backup on certain time interval also there is an option to zip file added advantage is it has got notification if backup fails you will get notification along with failure cause as well. |
|||
|
|