Log in

View Full Version : Does mysql generate its own log files?



wkenny
09-24-2011, 11:01 AM
Can I find out what actions have been carried out on the database e.g. get a list of last queries run with time and date of execution?

bluewalrus
09-24-2011, 03:40 PM
Looks like it depends if you had it enabled at the time.

http://dev.mysql.com/doc/refman/5.0/en/server-logs.html

wkenny
09-24-2011, 03:59 PM
Exactly what I want. Many thanks.