Where can I find the MySQL transaction log?

Viewed 65049

Does MySQL keep a transaction log and if so where could I find it?

A number of rows have mysteriously been deleted from a table and I want to try and see how and when it occurred.

3 Answers
Related