Created
March 13, 2018 06:23
-
-
Save sagarppanchal/028a8e1bcf0d5251aedbd7af714941ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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