MYSQL: Copying a table from a snapshot into production
- by ming yeow
Hi folks, i have a snapshot of the database that I took before i did some data migration. The data migration messed up, so I want to retrieve the data from the snapshot to migrate over to the production database.
Question: How do i access the snapshot, and how do i retrieve the available data?
Thanks!