Skip to content

Instantly share code, notes, and snippets.

@probil
Created June 23, 2015 11:27
Show Gist options
  • Save probil/312cde6a1ed36e76a9d8 to your computer and use it in GitHub Desktop.
Save probil/312cde6a1ed36e76a9d8 to your computer and use it in GitHub Desktop.
upload load file.sql to remote mysql server
mysql -h host -u user_name -pPassword database < file.sql > output.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment