2

How can I create a log file for mysql, and maintain the log for each database transaction?

1
  • 1
    Have you actually searched for this on Google? The first result for "mysql logging" is pretty much perfect. Commented Jan 19, 2011 at 11:09

1 Answer 1

1

There are a variety of MySQL logs. If you're just after a record of changes, the binary log should be ideal for your requirements.

Information on log maintenance is also reference from the page linked above.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.