Skip to content

Instantly share code, notes, and snippets.

@napsternxg
Created June 13, 2014 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save napsternxg/547f2650965b6a7712a0 to your computer and use it in GitHub Desktop.
Save napsternxg/547f2650965b6a7712a0 to your computer and use it in GitHub Desktop.
Save current SQL interactive session to file
mysql --user=root --password=root --tee=./SQLSession.out
# To start the logging to the given file from the session use
# mysql> \T
# Logging to file ./SQLSession.out
# To stop logging use
# mysql> \t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment