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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top