InnoDB Restore Backup Procedure
My previous post elaborated on some scripts on backing up a MySQL Database with the InnoDB storage engine. This post documents the restore procedure using… Read More »InnoDB Restore Backup Procedure
My previous post elaborated on some scripts on backing up a MySQL Database with the InnoDB storage engine. This post documents the restore procedure using… Read More »InnoDB Restore Backup Procedure
Following up on my earlier post about converting the storage engine on a MySQL Database from MyISAM to InnoDB, I’d like to share the following… Read More »InnoDB Backup Scripts
My last post dealt with the installation of the Percona Xtrabackup tool for use on a Mysql innodb database.After some tweaking and help from the… Read More »Testing Percona Xtrabackup (innobackupex)