tar commands linux

compress:
sudo tar cvfz lib_mysql_gtcrm.tgz mysql/

tar -czf name_of_zip.tar.gz directory/

open:
tar -xzf /tmp/some_file.tar.gz

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