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?
Printable View
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?
Looks like it depends if you had it enabled at the time.
http://dev.mysql.com/doc/refman/5.0/en/server-logs.html
Exactly what I want. Many thanks.