MySQL Forums
Forum List  »  Newbie

Re: Migrating MySql from Debian to Windows
Posted by: Barry Galbraith
Date: July 15, 2014 03:13AM

> using something called Kron or Cron

Cron is the *nix job scheduler.
It will be running a shell script to backup the database and mail the compressed backup.

Windows' cron equivalent(!) is Task Scheduler. You find it in Control Panel | Administrative Tools. They both run jobs on a schedule and there the similarity ends.
If you want to automate backup and mailing on Windows, then Google is your friend. You'll need a vbscript to do the backup, and an SMTP server to mail it with. SMTP can be installed in WinXP from the same place you got IIS.
Implementation is well beyond the scope of this MySQL forum.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Migrating MySql from Debian to Windows
July 15, 2014 03:13AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.