Skip to content

Instantly share code, notes, and snippets.

@maoizm
Created September 30, 2016 14:45
Show Gist options
  • Save maoizm/66e907de4063c4ddfee9eacb4b1f82fb to your computer and use it in GitHub Desktop.
Save maoizm/66e907de4063c4ddfee9eacb4b1f82fb to your computer and use it in GitHub Desktop.
Restores mysql database from sql dump
#!/bin/bash
gunzip < $1 | mysql -uпользователь -pпароль --database=имяБазыДанных
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment