Thanks Longneck for your input.
I guess it's possible that something like
Code:
UPDATE members SET username='username2' WHERE member_number='number'
was executed, but I don't know how to find this kind of thing since I don't know the index (member number) of the missing record. I guess I'll look for all UPDATE queries, it might take a while though....
I also read that REPLACE query could delete a row in certain cases but did not find any REPLACE queries in the log.
The database is on VPS, I checked it with MySQL Admin tool for errors, did not find any.
Bookmarks