Apache 2.4 - Require all granted

In Apache 2.4 the access control commands have changed:

Use:  
Require all granted

Instead of:
Order allow,deny 
Allow from all



Read more on the Apache2 upgrade page.

Setting program_name in mysql session_connect_attrs allows you to see the name of the program connected

I am using mysql for quite some time now. I have noticed that looking at client connections using mysql workbench so an interesting column ...