Xtrabackup and innobackupex Hot Backup MySQL DataXtrabackup and innobackupex Hot Backup MySQL Data 1. xtrabackup introduction and backup principles Description: Xtrabackup is an open-source software developed by percona. It can quickly back up and
1. Full backup and incremental backup 1.1 full-scale backupFull-volume data is all the data in the database, and a full backup is the backup of all the data in the database.Back Up all libraries:mysqldump -uroot -p123456 -S /data/3306/mysql.sock -F -
What do we need to back up?
In general, the data that we need to back up is divided into the following
Data
Binary log, InnoDB transaction log
Code (stored procedures, stored functions, triggers, event schedulers)
Server
Xtrabackup user guide InnoDB data backup tool bitsCN.com
1. Introduction to Xtrabackup
A. What is Xtrabackup?
Xtrabackup is a tool used to back up InnoDB data. it supports online hot backup (data read/write is not affected during backup) and is a
In order to ensure data security, the data needs to be backed up regularly. There are a number of ways to backup, and the effect is different. Once there is an error in the data in the database, you need to use the backed-up data for restore
Directory Classification of backups Physical Backup and logical backup Hot and cold backup Full Backup and Incremental backup More content Full backup and Recovery Import and export databases in SQL statement format Export data in SQL statement
This article is based on the Dbaplus community on the 104th issue of the online sharing.Original: http://dbaplus.cn/news-11-1267-1.htmlInstructor IntroductionFeng YuPoint-and-melt Network Advanced DBA
Oracle OCM, MySQL OCP;
Currently
1. Full backup and incremental backup 1.1 full-scale backupFull-volume data is all the data in the database, and a full backup is the backup of all the data in the database.Back Up all libraries:mysqldump -uroot -p123456 -S /data/3306/mysql.sock -F -
Related reading:MySQL backup and restore specific implementation http://www.linuxidc.com/Linux/2012-12/76257.htmThree ways to summarize MySQL backup and recovery http://www.linuxidc.com/Linux/2012-12/75428.htmMySQL backup restore (view, stored
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.