Ok so if I do it my way, it will start logging aborted connections right after execution?
– blizzJan 23 '14 at 23:03
@blizz [Not in 5.0 or 5.1. There's a bug regarding aborted connections](http://dba.stackexchange.com/questions/19285/log-warnings-doesnt-seem-to-work-for-aborted-connections-in-mysql-5-1). Should work in 5.5 and later but even that's not certain.
– LadadadadaJan 23 '14 at 23:30
oh well that's confusing...so I can't log aborted connections in 5.0 except in the general query log? Would I enable it the same way, or do I need to set it in my.cnf and restart the service?
– blizzJan 24 '14 at 01:11