Skip to content

Instantly share code, notes, and snippets.

@fhferreira
Created September 19, 2019 03:36
Show Gist options
  • Save fhferreira/ed879fcf0e05172d0a009474a3b0eda8 to your computer and use it in GitHub Desktop.
Save fhferreira/ed879fcf0e05172d0a009474a3b0eda8 to your computer and use it in GitHub Desktop.
Raw Mysql Command Line
mysql -u <USER> --password=<PASSWORD> -e "select * from schema.table"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment