Question

An important table in one of my clients databases has been totally corrupted. All of our backups are woefully out of date. Is there any sort of restore point or something? Does IIS have any restore points?

EDIT: Excuse me, not corrupted, overwritten. Bytewise it's fine, values just overwritten with garbage data.

Was it helpful?

Solution

Have you tried REPAIR TABLE? If so, then you are probably out of luck. IIS doesn't backup MySQL data, nor does MySQL do it on its own. So, if your only backups are outdated, you may be up the creek.

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