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 -
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 -
I. Purpose of the backup
Disaster recovery. Recovering corrupted data in the event of a disaster
Audit. What is the database at a certain point in time?
Test. Test if new features are available
Second, the classification
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
When the database server is established, the first thing we need to do is not to consider what MySQL-enabled programs are running on this database-supporting server, but how to recover to the last normal state after the database has been compromised,
Linux O & M Study Notes MySQL backup and recovery (incremental recovery) tutorial, Study Notes mysql
Chapter 2 MySQL backup and recovery advanced-incremental recovery
I. Under what circumstances do I need incremental database recovery?
1. Do I need
Why use incremental backups?There are two ways to fully backup, one is to use tar to package the data file, and the other is to use mysqldump for a full backup. The problem with a full backup is easy to see, every time the data content is backed up,
Incremental backup concept:Backup files or content that have been added or changed since the last backupFeatures of incremental backups:Advantages: No duplication of data, backup volume is small, time is short.Disadvantage: All incremental backups
MySQL data recovery case after truncate misoperation, mysqltruncate
The actual online scenario is complicated. At that time, the truncate and delete operations were involved. It was confirmed that more than 70 thousand rows of data were lost. when
IntroductionThe transaction log in SQL Server is undoubtedly one of the most important parts of SQL Server. Because SQL Server uses transaction logs to ensure persistence (durability) and transaction rollback (Rollback). This also partially ensures
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.