Right, sorry, this is 5.0.x (5.0.18 at the moment). Thanks for the pointer on 5.1.6, though that looks like it has the ability to log to a table instead of a file, not log access to a specific table.

David


On Jul 18, 2006, at 9:23 PM, Chris wrote:

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