Stealth Posted August 21, 2009 Author Posted August 21, 2009 I will reupload it in a few of seconds. Reuploaded -> http://www.mediafire.com/file/mdul2zynyuj/Mysql_Backup.zip Quote
striker Posted October 21, 2009 Posted October 21, 2009 i want to make backups not in the same file but in the seperate files, can this porgram do this? Quote
Rio Posted December 5, 2009 Posted December 5, 2009 well i have a problem :S i dont know how to use it right probably i make a backup but its empty 0 kb :/ why? Quote
Stealth Posted January 3, 2010 Author Posted January 3, 2010 well i have a problem :S i dont know how to use it right probably i make a backup but its empty 0 kb :/ why? Some of the backups as I said in the beggining are 0kb because you have either not entered the right MySQL information for your database , or you have not done a correct setup (setting up the mysqldump.exe) Quote
rodox Posted January 3, 2010 Posted January 3, 2010 It can be done with standard MySQL tools and crontab (on Linux) or Scheduled tasks on Windows. This is exaple for Linux: /usr/bin/mysqldump --opt --no-create-db --force -h localhost -u root --password=ddddd --databases l2j > /home/backup/l2jbaza/l2jbaza.sql In the same batch you can add option to compress it with zip or winrar (winrar has an option to name the archive with current time). In this way there is no need to keep any extra program open, and you can have backups daily/hourly/weekly etc. Quote
Stealth Posted January 3, 2010 Author Posted January 3, 2010 It can be done with standard MySQL tools and crontab (on Linux) or Scheduled tasks on Windows. This is exaple for Linux: /usr/bin/mysqldump --opt --no-create-db --force -h localhost -u root --password=ddddd --databases l2j > /home/backup/l2jbaza/l2jbaza.sql In the same batch you can add option to compress it with zip or winrar (winrar has an option to name the archive with current time). In this way there is no need to keep any extra program open, and you can have backups daily/hourly/weekly etc. Yeah most people don't know about this.Thats why I made the tool , and it is not very simple to use Scheduled Tasks on windows cause I bet they can't even find it + its not easy to use it. And my topic is only about this program and feedback. If you have anything else to suggest make a new topic. Quote
Stealth Posted January 3, 2010 Author Posted January 3, 2010 Navicat has this builtin.. Yes i know , look the time the topic was made. Quote
Leprus Posted January 3, 2010 Posted January 3, 2010 Yes i know , look the time the topic was made. it still had it :p Quote
rodox Posted January 3, 2010 Posted January 3, 2010 Yeah most people don't know about this.Thats why I made the tool , and it is not very simple to use Scheduled Tasks on windows cause I bet they can't even find it + its not easy to use it. True, true. My post wasn't to blame your work, you did a great job. Quote
Street Posted June 22, 2010 Posted June 22, 2010 Hi, I make a backup and file have 0 kilobytes. What am I doing wrong? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.