I was tasked with restoring a user's MySQL database from backup.
The user was not in the normal backups, but their database was backed up in the system backup.
The problem I had is their database was InnoDB, so you can't just copy the files and make magic happen.
I would like to suggest maybe a SQL dump of the entire MySQL install instead of just copying files. Even copying the MyISAM can be tricky for restores.
Unless I'm missing something, the file backups of InnoDB databases are just about useless.
Chuck
The user was not in the normal backups, but their database was backed up in the system backup.
The problem I had is their database was InnoDB, so you can't just copy the files and make magic happen.
I would like to suggest maybe a SQL dump of the entire MySQL install instead of just copying files. Even copying the MyISAM can be tricky for restores.
Unless I'm missing something, the file backups of InnoDB databases are just about useless.
Chuck