… old data to their current data on … have a consistent binary backup at a…table, run: ALTER TABLE tblname DISCARD TABLESPACE Copy the .exp and .ibd files from…TABLE `’, table_name, ‘` DISCARD TABLESPACE;’) AS _ddl FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA=’orig’ AND ENGINE=’InnoDB’; EOF mysql…
Post: Percona XtraBackup 2.0.7 for MySQL available for download
…ALTER TABLE IMPORT TABLESPACE on MySQL and Percona Server 5.6 as described in Exporting and Importing Tables guide. Bugs Fixed: xtrabackup_56 binary…thread data in the log copying thread which could cause XtraBackup to crash. Bug fixed #1166888. Package dependency has been changed from abstract mysql…
Post: Percona XtraBackup 2.1.0 'release candidate' for MySQL available for download
… available from our …MySQL 5.6 buffer pool dump is copied into backup directory during the backup stage. During the copy back stage (restore) it is copied…tables. Bug fixed #1169169. Tables…data_file_path option which could cause backup to fail. Bug fixed #1169726. For the Debian and the Linux binaries…
Post: Using Flexviews - part two, change data capture
…MySQL. Change Data Capture can be used to: Monitor a database table, or tables for changes. Improve ETL performance by identifying the data… binary log stores it progress in a metadata table: $ mysql -e ‘select * from…table FlexCDC copies the contents of database rows which change into special tables…
Post: How to recover deleted rows from an InnoDB Tablespace
…from the table “salaries”. After the “accidental” deletion of rows you should stop MySQL, take a copy… B) InnoDB Table Monitor The index information can also be taken directly from MySQL…binary backup. Just use constraint_parser without the -D option (deleted) and you will recover all the data…
Post: Using LVM for MySQL Backup and Replication Setup
… binary log position you’ll need to point your MySQL Slaves created from this snapshot. 4) Snapshot created, now you want to let MySQL… by running UNLOCK TABLES or simply closing connection. 5) Mount backup Filesystem: mount /dev/Main/dbbackup /mnt/backup 6) Copy data to backup…
Post: Faster Point In Time Recovery with LVM2 Snaphots and Binary Logs
…mysql-data for my datadir, and mysql-logs for my binary logs. I also have the latest snapshot of the mysql-data logical volume taken named ‘mysql-data…TABLE `salaries` /* generated by server */ … Now, let’s restore our data from…
Post: MySQL Backup tools used by Percona Remote DBA for MySQL
…these major components: Percona XtraBackup for MySQL for binary backups mydumper for logical backups mysqlbinlog …-transactional tables (i.e. myisam), use –rsync option. This will rsync a copy of …. Restoring your data from backup is another topic. Piecing together data after accidental data loss is …
Post: Recovery beyond data restore
… as on ability to restore data from backup which can be far from being enough to restore …MySQL. Yet another way is using DRBD to get a standby MySQL server or at least synchronously replicated master binary… many trashed copies to deal with. If you have just one or several small tables corrupted …

