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'