mod_auth_mysql is not thread safe. This means it does not play well with Apache2's Worker MPM.
When two threads try and use the same database handle at the same time, bad things happen. Kaboom! Temporary Workaround: set ThreadPerChild to 1. Eventual Workaround: make it thread safe.