I have a ".SQL" file which contains data at a remote server. I could download that file to my local machine and import data in my local DB, but because of network issues, and the size of ".sql" file (6.7GB) it's taking forever.
Is there any way I could execute the restore command on remote server and tunnel the output to my local machine DB ?
Thanks for help !