Changing default route in Linux

Route

ip route show
sudo ip route del default
sudo ip route add default via 192.168.0.1 dev wlan0

(those changes will not keep for reboot)

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 ...