I had a hard drive crash last night that apparently caused the loss of 60+ of my MySQL (well, MariaDB) tables. I don't understand the why or how, but... it did.
I have a backup from several months ago, but it only has 3 files:
example.create
example.sql
openfileslimit
If I can get this to work then I'll have only lost 6 months of data instead of 20 years worth... better than nothing!
How do I restore only the lost tables without overwriting the ones that are still there?
I have a backup from several months ago, but it only has 3 files:
example.create
example.sql
openfileslimit
If I can get this to work then I'll have only lost 6 months of data instead of 20 years worth... better than nothing!
How do I restore only the lost tables without overwriting the ones that are still there?