Recover the specified database and table from the mysql full-database backup, and mysql backup

Source: Internet
Author: User
Tags mysql backup

Recover the specified database and table from the mysql full-database backup, and mysql backup

 

 

Requirement: development requires importing data from a certain table on a certain day, while our data is full-database backup.

For example, from newbei_2017-08-31_402794252.tar.bz2, restore the data of bei_table.

I. Backup Policy

Back up full-database data: newbei

Ii. Decompress

Tar xvf newbei_2017-08-31_402793782.tar.bz2 # extracted file name: newbei_2017-08-31. SQL

Sed-e '/./{H; $! D;} '-e 'x;/create table 'bei _ table '/! D; Q' newbei_2017-08-31. SQL> bei_table_2017-08-31. SQL # export CREATE TABLE statement

Grep-I 'insert INTO 'bei _ table' newbei_2017-08-31. SQL> bei_table_2017-08-31. SQL # filter the INSERT statements for exporting bei_table

 

Iii. Import Data

Use beipw

Source bei_table_2017-08-31. SQL;

 

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.