I have a hard drive with an old Ubuntu Server installation running mysql that got bad sectors and isn't accessible anymore. Luckily I was able to create a snapshot of this drive before it died and now I am able to MOUNT it in my new Ubuntu installation as a second hard drive, it still has all the files, binaries and everything on it.
So here's my problem, I really need to dump that mysql database from that snapshot. is it possible to somehow log in into the snapshot's drive mysql and dump it?
Thanks in advance!