MySQL database backup and recovery

English

English

  • French
  • Russian
  • Spanish
HomeContact UsPartnersSign in
CloseRegister

Login

Password

Backup Software
Download
Order
Support
About
  • Backup Software for Home
  • Handy Backup Home Standard
  • Handy Backup Home Professional
  •  
  • Backup Software for Business
  • Handy Backup Small Server
  • Handy Backup Network Server
  •  
  • Handy Backup for Android
  • Online Backup Service
  •  
  • Compare Versions
  • Screenshots
Backup Software
  • Handy Backup Download
  •  
  • Handy Backup Plug-ins
  • Language Packs
  •  
  • Sources for Partners and Press
Download
  • Purchase Handy Backup
  • Purchase Plug-ins
  • Upgrade to version 7
  • Help Me Choose Edition
  •  
  • Volume Order Pricing
  • Special Offers
  •  
  • Information for Resellers
  •  
  • Contact Sales
Order
  • Contact Support
  • FAQ
  • Handy Backup User Manual
  • How to Register
  •  
  • How to Back up
  • Backup Terms Glossary
  •  
  • Feedback Form
Support

Handy Backup / Features / MySQL Backup

MySQL Backup Software for Windows and Linux

Comments: 0

Backing up MySQL with Handy Backup

Handy Backup is the perfect solution for MySQL backup and recovery. It allows creating non-blocking snapshots of your data (from individual tables to complete databases), which are taken without interrupting SQL queries and transactions.

With incremental backup, scheduling, and an ability to roll back your database to any point in time, Handy Backup is often considered one of the best MySQL backup solutions for Windows and Linux.

Download Handy Backup™

Version 7.3.5, built on April 16, 2013
22.1 MB, 32-bit (above) or 28 MB, 64-bit version

Contents [hide]

  • Backing up and recovering MySQL databases
  • MySQL Backup plug-in in Handy Backup
  • Backup, replication, or mirroring?
  • Licensing information
  • Video Example
  • Handy Backup for hosting providers
  • See also

Backing up and Recovering MySQL Databases

There are two principal ways in which a MySQL database can be backed up:

  • Cold backup suggests that you stop the server, ensure that all cached data is saved on the disk, and then copy binary files of MySQL to a safe place. As a general rule, this method should not be used, because server downtime usually results in lost productivity and revenues (especially if you’re running an e-commerce website).
  • Hot backup is a more sophisticated approach which lets you take live (online) MySQL snapshots while the database is queried or updated. It is performed on logical level using MySQL interfaces rather than HDD files.

Handy Backup uses hot backup technology, similar to the one employed in MySQL Enterprise Backup (Oracle’s proprietary software for enterprise editions of MySQL). It works quickly and allows creating automatic backup routines for particular tables, tablespaces, and entire databases.

Download
Buy Now!
Compare
Handy Backup Small Server

Version 7.3.5, built on April 16, 2013. 22.1 MB, 32-bit (above) or 28 MB, 64-bit version
Backup Software from Novosoft LLC. 199 USD per license.

Handy Backup Small Server

To back up and restore your MySQL databases, you need to use the Small Server edition. Free 30-days trial version!

Restoration of MySQL can be used for multiple purposes:

  • To recover database after a data loss event or a server failure.
  • To migrate from MySQL to other databases (read about the MySQL Backup plug-in below).
  • To set up replication servers (either in master-to-master, or master-to-slave configurations).
  • To create a copy of a database that you can use for experiments.

To learn more, please refer to MySQL recovery.

MySQL Backup Plug-in in Handy Backup

In the past years, MySQL has become one of the most widespread Database Management Systems (DBMS) in the world. One of the reasons why it has gained its market share is its combination of performance, scalability, and ease of use in different applications. Handy Backup features a powerful MySQL Backup plug-in that acts like a MySQL client and retrieves data without interrupting the server.

Backing up MySQL with Handy Backup doesn’t require you to install any additional software. The program comes equipped with all plug-ins that can be used during the trial period free of charge. You only need to find MySQL in the list, and then click Add to select it for backup.

Selecting MySQL Backup in Handy Backup

Selecting the MySQL Backup plug-in in Handy Backup

The MySQL Backup plug-in connects to the server and backs up database contents into a dump file. The resulting backup file contains all SQL queries required to reproduce the original database including all tables, tablespaces, stored procedures, functions, and other data.

Download Handy Backup™

Version 7.3.5, built on April 16, 2013
22.1 MB, 32-bit (above) or 28 MB, 64-bit version

Here are several top features of the plug-in:

Hot Backup and Recovery

Hot Backup and Recovery

The use of advanced hot backup technology lets you protect data without interrupting your web applications and website services!

Backup Databases

Backup of Local and Networked Databases

You can back up MySQL database stored not only on your local machine, but on any remote computer on the network.

Partial and Full Backup

Partial and Full Backup

The featured utility can back up all database tables as a whole, or copy any selected database tables.

To learn about other things you can do to your MySQL database with Handy Backup, please see MySQL Backup Features.

Database Backup Plug-in in Handy Backup

In addition to the plug-in described above, our software also has a general Database Backup plug-in that can be used to export tables through ODBC connectivity. This plug-in lacks support for certain MySQL objects (e.g. stored routines) and requires you to install ODBC Driver for MySQL which you can download from the official MySQL website.

To learn more about this plug-in, please refer to ODBC backup.

Backup, Replication or Mirroring?

The idea of replication implies that you share database contents between multiple physical or virtual MySQL servers (nodes), in order to improve your application’s performance, security, and other critical parameters. To a certain extent, replication resembles clustering: if one node crashes, this doesn’t lead to failure of the entire website or application.

While replication is a good security measure, it is important to understand that it can’t replace backups. Since it is usually performed in real time, dropping (deleting) a database on master server will repeat the same operation on slave servers, resulting in loss of data. The same is valid for MySQL mirroring which is basically the same as master-to-master replication.

Scheme of master-to-slave MySQL replication

Master-to-slave MySQL replication configuration

Setting up MySQL replication requires copying master database to different servers, and then configuring these servers to act as MySQL Slaves. Here is a common scenario, where Handy Backup can be of great help:

  1. Download and install Handy Backup.
  2. Using the MySQL Backup plug-in, create a backup of the database you want to replicate.
  3. In each backup file, change MySQL storage engine to MyISAM. Since the backups are created in a very clear and understandable form, you can do it with any text editor by changing CREATE TABLE statements in the beginning of each file.

Note: Changing MySQL storage engine is a general recommendation for any master-to-slave replication configuration. MySQL Slave servers are supposed to be read-only, and setting MyISAM as a storage engine greatly improves their performance.

  1. Restore modified backup files to MySQL Slave servers.
  2. For each MySQL Slave server, set a unique server-id parameter, and then use the CHANGE MASTER TO statement to set up communication with the MySQL Master server.

For more details on MySQL replication and setting up combination of replication and backup, please refer to MySQL replication.

Licensing Information

The MySQL Backup plug-in is available in two editions of Handy Backup: Small Server and Network Server.

Handy Backup Small Server
Handy Backup Network Server
Download

The setup file is common for both editions. Try free for 30 days!

Both editions are equipped with full sets of plug-ins, i.e. you can use all data sources and storage destinations that you can see in the program. The only difference is that the Small Server edition is designed to back up one computer, while the Network Server edition enables you to back up several servers at once (standard package allows installing up to five Handy Backup clients).

  • If you are looking solely for a MySQL backup solution, then Handy Backup Small Server will serve you the best.
  • If you want to back up multiple workstations or servers, then you need Handy Backup Network Server which allows managing backup routines for all computers on the network.

To see pricing options, please refer to the Order section.

Video Example

In the following video tutorial you can learn how to back up and restore MySQL databases with Handy Backup.

Note: Instructions in this video suggest that you already have Handy Backup installed on your computer. If you still haven’t done so, don’t hesitate to download it.

Handy Backup for Hosting Providers

We are open for cooperation with business partners from all fields of IT industry, including OEM, technological integrators, service providers, and other. Partnership details are discussed individually, in respect of each partner’s resources and expertise.

As regards MySQL backup, Handy Backup solutions are already employed by a number of web hosting providers who use it to back up client websites and databases. If you would like to join our partner network or learn more about how we can help your business, please visit the Partners section.

See also

  • MySQL Backup plug-in in User Manual
  • MySQL synchronization
  • Free SQL software in Knowledge Base
  • Comparison of MySQL and MS SQL Server in Knowledge Base
  • Migrating from MySQL to Oracle in Knowledge Base
Download Handy Backup™

Version 7.3.5, built on April 16, 2013
22.1 MB, 32-bit (above) or 28 MB, 64-bit version

Handy Backup is a reliable MySQL backup tool that enables you to completely automate everything related to protection of your databases, websites and MySQL-driven applications!

Contact Us

support@handybackup.netsales@handybackup.net+1 (707) 703-13-11

$199 per license

Buy Now

Price: $199 (1 license)

Volume discount: $0

Total: $199

license licenses

Upgrade to version 7

Volume Discounts
1 license$199 per unit
2-9 licenses$169 per unit
10-49 licensescontact us$169 per unit

See all volume order prices

Latest News

2013/04/12 - HBDrive - Handy Backup Cloud Storage In A New Way!

2013/03/31 - Happy World Backup Day Everyone!

2012/03/21 - Celebrating 20th Anniversary with Gifts for All Customers!

Similar to MySQL Backup:

MS SQL Backup - learn about backing up Microsoft SQL Server data

Oracle Backup - read how Handy Backup can help you to back up Oracle databases and Oracle-based software

PostgreSQL Backup - check out how to perform PostgreSQL backup and recovery

Database Backup - protect your databases with different plug-ins available in our software

SQL Backup Script - Handy Backup vs handmade SQL backup scripts (Knowledge Base article)

How to Back up MySQL

The MySQL Backup plug-in allows you to automate SQL backups by using it as a regular function of the software.

  1. Create a new backup task.
  2. Select MySQL Backup.
  3. Enable incremental backup, compression, encryption, and other options you need.
  4. Schedule the task.

With our product you can create and schedule MySQL backup, either as a separate task, or as a part of a complete server backup task. It’s easy, fast and reliable!

Who uses Handy Backup?

Loading client logos...

In order to make MySQL backups easier and more convenient, we’ve supplied the featured program with many useful options. Windows service mode - started as Windows service, the software will perform your backups absolutely automatically, not requiring you to log in. Wide choice of storage devices - you can choose the destination that will be the most convenient for you. The program can store MySQL to DVD, USB, FTP, and to many other places. ZIP compression - backups should take the minimum space, saving disk for other important things. Encryption - save your sensitive and business data from any third party access.

Copyright © 2004-2013 Novosoft LLC. All rights reserved. Handy Backup software.

Back to Top