-
Book Overview & Buying
-
Table Of Contents
High Availability MySQL Cookbook
By :
When designing a MySQL Cluster, it is unlikely that backups will be at the forefront of your mind. However, it is important that they are considered at an early stage. In this chapter, we will discuss the options available for backing up a MySQL Cluster and the considerations to be made at the cluster-design stage.
There are two main ways to back up a MySQL Cluster:
First is the mysqldump command that is commonly used with all other storage engines
Second is a hot backup facility provided within the MySQL Cluster kernel
Both of these options take a backup of both schema (table information) and data, and allow this backup to be restored elsewhere. A MySQL Cluster hot backup must be imported to another MySQL Cluster. A mysqldump backup may be imported to any MySQL server of a similar version.
Backups require early consideration during the design of a MySQL Cluster for two reasons:
Firstly, because MySQL Cluster offers some fantastic backup features far superior to those available...
Change the font size
Change margin width
Change background colour