Skip to content

Instantly share code, notes, and snippets.

View sachinchatterG's full-sized avatar

Sachin Chatterjee sachinchatterG

View GitHub Profile

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH

@sachinchatterG
sachinchatterG / index.html
Created November 13, 2018 19:28
Tribute Page: Sardar Vallabhbhai Patel
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<div id="main">
<header><h1 id="title">SARDAR VALLABHBHAI PATEL</h1>
<h3>The IRON MAN of India.</h3>
</header>
<div id="img-div">
<img id="image" src="https://images.news18.com/ibnlive/uploads/2018/10/Statue-of-Unity-58.jpg" alt="Statue Of Unity of Sardar Vallabhbhai Patel">
<div id="img-caption">
<h3>The <u>Statue Of Unity</u> made in The Honour of Sardar Vallabhbhai Patel.</h3>
</div>