Scheduled Backups

This option is available from Powertools -> Scheduled Backups...

SQLyog's Scheduled Backup Wizard allows you to schedule Exporting of Data as SQL Dumps. You can use this wizard to export data into a single file or as multiple files.


Starting Scheduled Database Backups

Start up Scheduled Backup Wizard found in the Powertools menu or use keyboard shortcut Ctrl+Alt+S to start the tool. The first screen you will get is:

This page allows you start up a backup session or to edit an existing session.

Select Start a new Session and click Next to start a new backup session.

In this page you need to provide details about your MySQL database. For more information on how to connect to MySQL servers click here.

There are also are two different options to backup ALL databases (but it will of course only backup the databases that this user can access on the server). One of those options include the `mysql` database and the other does not. You should be careful about backing up and restoring the `mysql` database unless you are the server administrator. For most users best option is to backup 'ALL user data' (without `mysql` database). Note that both ALL options will not backup the Information_Schema database and Performance_Schema. These databases are read-only databases and cannot be restored. However ,if you want, you may select it individually for export.

Note that it's not required to have SQLyog currently connected to any database to execute the operation. The session establishes all required connections during the operation execution.

Note:This feature is available in SQLyog Enterprise and Ultimate.