something happened and our staging db has removed many tables, need to know what happened and when. we are using MySQL audit table doesn't seem to record anything
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
The MySQL binary log will record all queries that affect any rows - but will only do you any good if it's enabled. Look for a |
|||||
|
|
If binary log is enabled, it can be read with mysqlbinlog:
|
|||
|
|