Where can I find the MySQL transaction log?

后端 未结 3 1753

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 whe

3条回答
  •  温柔的废话
    2020-12-24 14:37

    If you're using MySql on Windows, there's a file located in C:\Program Files\MySQL\MySQL Server 5.0\data (assuming a C: drive for the installation target and MySql version 5.0), that is called %COMPUTERNAME%.log that contains the commands that have been executed.

提交回复
热议问题