Question

I accidentally deleted a table in my mysql database. After that I've restored this table from backup which is scheduled daily at 00:01. But there are lost data from 00:01 to 12:34. Is there a way to restore these records? Table engine is myisam.

Was it helpful?

Solution

Not possible, the data between your scheduled backup and the removal is lost unless you performed some other backup routines or did some query logging in that timeframe

OTHER TIPS

Afaik there is a backup mechanism if you had enabled the log of all queries. If you didn't, the data is lost forever.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top