One of our MySQL servers crashed. I copied all the physical data into my flash disk.
Now I need to copy it to my developer machine so i could somehow recover the records. A simple copy and paste to my MySQL data directory won't work as I always encounter this error: Error Code: 1146. Table 'thisdb.*thisTable*' doesn't exist although the new schema is now visible in my workbench.
Please help.