ssh -N -L33306:<mysql_host>:3306 <remote_host>
mysql -u '<db_user>' --password='<db_password>' -h localhost -P 33306 --protocol=TCP  '<db_name>'