Restoring single InnoDB table from lvm backup in 5.5??

Hi guys,

We currently use the holland backup from rackspace, and certain scenarios have been brought up from my development team (For example, a table being dropped (not corrupt)) and I was wondering if it is possible to restore a single table instead of the entire data directory from an lvm backup.

I’m able to find ways using mysqldump, but unfortunately our environment is too large for that utility.

Any help would be appreciated.

You may be interested in this manual page:
[url]http://dev.mysql.com/doc/refman/5.6/en/tablespace-copying.html[/url]

Also:
[url]Percona XtraBackup

Thank you sir!