Mysql Data File Deletion, operating system level recovery file, mysql level

Source: Internet
Author: User

Mysql Data File Deletion, operating system level recovery file, mysql level

Under what backup conditions is the Data File deleted and restored?
Restrictions

1. Do not use data blocks to be restored

2. The file system is not damaged.
Use tool ext3grep, http://code.google.com/p/ext3grep/
Install
./Configure
Make
Make install


Mount
Ls-id: directory of the file system where the data file is stored -- View inode
Directory of the file system where umount data files are stored
Ext3grep/dev/sdb1 -- ls -- inode 2
Ext3grep/dev/sdb1 -- ls -- inode 3
Ext3grep/dev/sdb1 -- ls -- inode 4


Ext3grep/dev/sdb1 -- restore-inode 2 -- run in an empty directory
Mv./RESTORED_FILES/inode.2 t3.MYI


Ext3grep/dev/sdb1 -- restore-inode 3
Mv./RESTORED_FILES/inode.3 t3.MYD


Ext3grep/dev/sdb1 -- restore-inode 4
Mv./RESTORED_FILES/inode.4 t3.frm


Cp t3 */home/mysql/db1
Chown mysql: mysql t3 *






The extundelete tool is similar to ext3grep to restore the ext4 type.
Extundelete/dev/sdb1 -- inode 2
Extundelete/dev/sdb1 -- restore-inode 2

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.