Recommend a good tool. It doesnt have to be packed full of features, it just needs to be reliable. Though both would be awesome.

link|improve this question

67% accept rate
feedback

2 Answers

up vote 2 down vote accepted

mysqldump is the right tool for you, just make a script and just schedule it.

mysqldump -u root -ppassword --all-databases > mybackup.sql
link|improve this answer
feedback

www.mysqlbackuptool.com I made it and use it on MS server 2003

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.