David Felio wrote:
Is it possible to have general query type logging on just a specific database or table? I don't want all queries to all databases, I just need a log of accesses to a specific table. I figure I can use stored procedures or a separate mysql instance as a workaround if I need to, but would prefer to be able to use the built-in logging if possible to avoid having to make changes to existing applications.

What version of mysql?

http://dev.mysql.com/doc/refman/5.1/en/log-tables.html

That will only work for 5.1.6+

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to