Skip to content

Instantly share code, notes, and snippets.

@sagarppanchal
Created March 13, 2018 06:23
Show Gist options
  • Select an option

  • Save sagarppanchal/028a8e1bcf0d5251aedbd7af714941ef to your computer and use it in GitHub Desktop.

Select an option

Save sagarppanchal/028a8e1bcf0d5251aedbd7af714941ef to your computer and use it in GitHub Desktop.
ssh :
upload file :
scp [source file] [username]@[destination server]:.
import sql :
ssh remote_user@remote_server mysql -p testpass -u username testdb < c:\folder\test.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment