Skip to content

Instantly share code, notes, and snippets.

@jesperrix
Created September 18, 2014 11:13
Show Gist options
  • Select an option

  • Save jesperrix/ec382e1ed9472ac583f4 to your computer and use it in GitHub Desktop.

Select an option

Save jesperrix/ec382e1ed9472ac583f4 to your computer and use it in GitHub Desktop.
Mysql commandline to dump to a txt file
mysql -u username -h xx.xxx.xx.xx -ppasswd -e "SELECT * FROM ..." > hello.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment