Skip to content

Instantly share code, notes, and snippets.

@ilya-muhortov
Last active June 5, 2019 13:34
Show Gist options
  • Select an option

  • Save ilya-muhortov/4ed4af2c61edbb399da7b9d94f7f5097 to your computer and use it in GitHub Desktop.

Select an option

Save ilya-muhortov/4ed4af2c61edbb399da7b9d94f7f5097 to your computer and use it in GitHub Desktop.
Комманды mysql, scp, tar
# http://blog.webamator.ru/zametki/424/arxivaciya-razarxivaciya-cherez-ssh.html
tar -zcvf имя_архива архивируемая_папка
tar -xzvf имя_архива.tar.gz
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