Last active
June 5, 2019 13:34
-
-
Save ilya-muhortov/4ed4af2c61edbb399da7b9d94f7f5097 to your computer and use it in GitHub Desktop.
Комманды mysql, scp, tar
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
| # http://blog.webamator.ru/zametki/424/arxivaciya-razarxivaciya-cherez-ssh.html | |
| tar -zcvf имя_архива архивируемая_папка | |
| tar -xzvf имя_архива.tar.gz |
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
| mysqldump -u USER -pPASSWORD DATABASE > /path/to/file/dump.sql | |
| mysql -u USER -pPASSWORD DATABASE < /path/to/dump.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment