Skip to content

Instantly share code, notes, and snippets.

@anilyadav
Forked from opnchaudhary/disable_mysql_history.sh
Created January 18, 2016 15:14
Show Gist options
  • Select an option

  • Save anilyadav/daea67948e3aba3e63af to your computer and use it in GitHub Desktop.

Select an option

Save anilyadav/daea67948e3aba3e63af to your computer and use it in GitHub Desktop.
Disable mysql history
rm $HOME/.mysql_history
ln -s /dev/null $HOME/.mysql_history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment