MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Oracle Corporation(Origin- MySQL AB, Then Sun Microsystems[2008] and Oracle Corporation[2010]).# for single line comment
/*for Multi line comment*/
show processlist; #Shows all running process/connections to mysql server.
show variables where variable_name like '%dir%'; # Helps to find home dir of mysql instance.