I have WampServer 2.0 that is installed on Windows on my laptop.
I’m running on it an application that I wrote. The application is working with MySQL database.
I would like to make backups of this database periodically.
How this can be done ?
How could I define cron on Windows ?
The rough equivalent of
crontab -efor Windows is theatcommand, as in:Running the
atcommand by itself lists the tasks you’ve created usingat.The mysqldump documentation is here.