tar -czvf compressed_file.tar.gz original_file.sql
tar -xzvf compressed_file.tar.gz
watch -n 1 "sudo netstat -anp | grep 3306 | wc -l"