http://jira.hyperic.com/browse/HHQ-4479
Our mysql_stats plugin calls mysql --help, instead of --version. In the following case the mysql pid file is removed. This seems like a mysql bug, but it does not appear necessary to call mysql --help from our plugin.
When mysql --help is called in this configuration, the pid file is removed.
Seems like we can just remove the call to mysql --help to not have to worry about this anymore.
Anonymous