Skip to content

Instantly share code, notes, and snippets.

@hamidne
Created September 16, 2019 02:26
Show Gist options
  • Save hamidne/232d69732058dd6fe2f3f238ed42b269 to your computer and use it in GitHub Desktop.
Save hamidne/232d69732058dd6fe2f3f238ed42b269 to your computer and use it in GitHub Desktop.
import Data Base with SSH

import Data Base with SSH

scp ~/Downloads/Orders.sql root@MY_SSH_IP:/root/Orders.sql
ssh root@MY_SSH_IP
mysql -u root -p myshop < Orders.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment