Bug #28377 | Add connection auditing log | ||
---|---|---|---|
Submitted: | 11 May 2007 13:58 | Modified: | 23 Jan 2013 13:02 |
Reporter: | Baron Schwartz (Basic Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Logging | Severity: | S4 (Feature request) |
Version: | all | OS: | Any |
Assigned to: | Geir Høydalsvik | CPU Architecture: | Any |
Tags: | audit, Connection, Contribution, forensics, log, qc |
[11 May 2007 13:58]
Baron Schwartz
[31 May 2007 5:55]
Valeriy Kravchuk
Thank you for a reasonable feature request.
[27 Mar 2010 5:56]
MySQL Verification Team
see related bug #30924
[6 Jan 2011 18:29]
Kevin Benton
+1 from my company. Our information security group is asking us to make sure all user logins are logged to help us understand who was in the system at any given time. I agree with the related issue (binlog who and from what host activity was done from) as well especially since it's important to understand who did something malicious, not just what was done. This is something that's important enough to us that we'd ask that it get bumped to 5.5.
[9 Feb 2011 13:36]
MySQL Verification Team
might help partially to write some audit plugin: http://dev.mysql.com/doc/refman/5.5/en/writing-audit-plugins.html
[23 Jan 2013 13:02]
Paul DuBois
Fixed by the addition of connection attributes. See http://dev.mysql.com/doc/refman/5.6/en/performance-schema-connection-attribute-tables.html for more details.