Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.

Latest commit

 

History

History

recovered

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Data recovered goes there and can be later imported into MySQL with a command that will be outputted at the end of every table recovery.

Example:

LOAD DATA INFILE '/opt/percona-data-recovery-tool-for-innodb-0.5/dumps/default/anarchist_organizations_contacts' 
REPLACE INTO TABLE `anarchist_organizations_contacts` 
FIELDS TERMINATED BY '\t' 
OPTIONALLY ENCLOSED BY '"' 
LINES STARTING BY 'anarchist_organizations_contacts\t' (NAME, ID, ADDRESS, PHONE);