Alibabacloud.com offers a wide variety of articles about mysql backup user privileges, easily find your mysql backup user privileges information here online.
1 Overview1.1 IntroductionXtrabackup is a MySQL database backup tool provided by Percona, officially described, which is the world's only one by one open source tools that enable hot provisioning of InnoDB and XTRADB databases.PXB (Percona
Mysql-12-mysql backup and recovery, mysql-12-mysql backup
1. Database Backup
Backup = copy and management to prevent data loss and record user operation records. The most effective backup is to back up the IT architecture.
Principles:
(1) databases
Topics We are not going to include:Security (Access to backup, permissions to restore data, whether files need to be encrypted) where backups are stored, including how far they should be from source data, and how to move data from source to
Purpose of the backup Data loss scenarios such as disaster recovery, hardware failure, software failure, natural disaster, hacker attacks, misoperation testing, etc.Backup Note points Can tolerate the maximum amount of data lostHow long does it
MySQL has the following common backup solutions: mysqldump + binloglvm + binlogxtrabackup. In this example, the data in the database is empty. Next start mkdiroptbackup # create Backup Directory mkdir-pdata3309 {data, binlog}
Using Xtrabackup to make backups of databasesXtrabackup is an open source Backup tool developed by Percona, which differs from the Ibbackup Backup tool. Ibbackup is a paid backup tool, and ibbackup is inferior to xtrabackup in its backup performance.
ZZ from http://www.magedu.com/First, installation1. IntroductionXtrabackup is a MySQL database backup tool provided by Percona, officially described, which is the world's only one by one open source tools that enable hot provisioning of InnoDB and
First, MySQL master and slave copy
1. Introduction
Why do we use master-slave replication?
Master-Slave replication purposes:
Can do real-time backup of the database to ensure the integrity of the data;
Can do read and write separation,
Old rule: In the opening remarks, I started to use mysqldump to back up 100G + databases, coupled with the busy server, and the backup speed is like a snail bait, so I am looking for a more efficient backup method. The Internet says that xtrabackup
Backup Policy 1, type of backupType 1:
Hot backup: Read/write not affected (MyISAM does not support warm-up, INNODB support)
Warm backup: Can only perform read operations
Cold backup: Offline backup, read and write operations are
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.