Okay, a bit of an odd issue here. MySQL seems to be removng records on it's own. JK. Anyway, the scenario is I have a user who claims that he has done nothing, but a table record cound went from 900 records to like 30 records. There are some issues here that could have caused this including an insecure application (that allows delete access) or someone evil at my organization who feels like deleting arbitrary records. This is the only DB with a problem. Records just seem to disappear....apparently.
My short question is this. Are there any conditions (e.g. certain corruptions) that could harm data in this db? Obviously, I have my own theories (see above), but I want to be sure that no other circumstances could have caused this.
Wierd question...I know. Thanks for your comments!