This is a discussion on Suggestions for backup utilities within the MySQL Database forums, part of the Database Forums category; Hello, I am looking for some suggestions. I need to come up with an automatic or simple backup software for ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I am looking for some suggestions. I need to come up with an automatic or simple backup software for my MySQL db. I have tried using the backup fuctionality of the MySQL Admin tool but all it does is dump a HUGE txt file. I prefer FREE solutions. The server as well as this solution would be running on a Windoex (XP Pro) system. Any help would be appreciated. Thanks, Chris. |
|
|||
|
<CHaidvogel@gmail.com> schreef in bericht news:1168890454.013627.75040@s34g2000cwa.googlegro ups.com... > Hello, > > I am looking for some suggestions. I need to come up with an automatic > or simple backup software for my MySQL db. I have tried using the > backup fuctionality of the MySQL Admin tool but all it does is dump a > HUGE txt file. I prefer FREE solutions. The server as well as this > solution would be running on a Windoex (XP Pro) system. Any help would > be appreciated. > > Thanks, > Chris. > NTBACKUP.EXE |
|
|||
|
CHaidvogel@gmail.com wrote:
> > I am looking for some suggestions. I need to come up with an automatic > or simple backup software for my MySQL db. I have tried using the > backup fuctionality of the MySQL Admin tool ~~~~~~~~~~~~~~~~~~~~ There are several admin tools around. What exactly are you talking about? > but all it does is dump a HUGE txt file. Probably a SQL dump of your database. What is your problem with that? The only hard requirement for a backup: you must be able to restore your data from it. Did you try that? Did it fail? > I prefer FREE solutions. The server as well as this > solution would be running on a Windoex (XP Pro) system. http://www.google.com/search?q=mysql windows free backup tool ~1.820.000 hits XL -- Axel Schwenke, Support Engineer, MySQL AB Online User Manual: http://dev.mysql.com/doc/refman/5.0/en/ MySQL User Forums: http://forums.mysql.com/ |