Skip to content

Instantly share code, notes, and snippets.

@GregGallant
Created September 24, 2014 21:10
Show Gist options
  • Save GregGallant/f2492695522890e9c2a1 to your computer and use it in GitHub Desktop.
Save GregGallant/f2492695522890e9c2a1 to your computer and use it in GitHub Desktop.
Suck my Outfile permissions MySQL
echo "select * FROM awesome" | mysql -u <user> -p <password> -h <host> <database> > /tmp/awesome.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment