Skip to content

Instantly share code, notes, and snippets.

@gabhi
Last active July 3, 2020 04:34
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 gabhi/8a3acf5d17d8d7a16737eb7800a9126b to your computer and use it in GitHub Desktop.
Save gabhi/8a3acf5d17d8d7a16737eb7800a9126b to your computer and use it in GitHub Desktop.
set global sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
set session sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
alias tomcat_home='cd /Users/abhijit_gaikwad/Downloads/apache-tomcat-9.0.36/bin;'
alias starttom='tomcat_home ./catalina.sh jpda start'
alias stoptom='tomcat_home ./catalina.sh jpda stop'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment