Skip to content

Instantly share code, notes, and snippets.

View hasibweb's full-sized avatar

Hasibur Rahman hasibweb

  • Dhaka, Bangladesh
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

[
{
"id": 1,
"sentence": "From they fine john he give of rich he. They age and draw mrs like. Improving end distrusts may instantly was household applauded incommode. Why kept very ever home mrs. Considered sympathize ten uncommonly occasional assistance sufficient not. Letter of on become he tended active enable to. Vicinity relation sensible sociable surprise screened no up as. Sudden looked elinor off gay estate nor silent. Son read such next see the rest two. Was use extent old entire sussex. Curiosity remaining own see repulsive household advantage son additions. Supposing exquisite daughters eagerness why repulsive for. Praise turned it lovers be warmly by. Little do it eldest former be if. Cottage out enabled was entered greatly prevent message. No procured unlocked an likewise. Dear but what she been over gay felt body. Six principles advantages and use entreaties decisively. Eat met has dwelling unpacked see whatever followed. Court in of leave again as am. Greater sixteen to forming colone
[{"label":"A","value":1,"color":"Spades","id":1},{"label":"2","value":2,"color":"Spades","id":2},{"label":"3","value":3,"color":"Spades","id":3},{"label":"4","value":4,"color":"Spades","id":4},{"label":"5","value":5,"color":"Spades","id":5},{"label":"6","value":6,"color":"Spades","id":6},{"label":"7","value":7,"color":"Spades","id":7},{"label":"8","value":8,"color":"Spades","id":8},{"label":"9","value":9,"color":"Spades","id":9},{"label":"10","value":10,"color":"Spades","id":10},{"label":"J","value":10,"color":"Spades","id":11},{"label":"Q","value":10,"color":"Spades","id":12},{"label":"K","value":10,"color":"Spades","id":13},{"label":"A","value":1,"color":"Hearts","id":14},{"label":"2","value":2,"color":"Hearts","id":15},{"label":"3","value":3,"color":"Hearts","id":16},{"label":"4","value":4,"color":"Hearts","id":17},{"label":"5","value":5,"color":"Hearts","id":18},{"label":"6","value":6,"color":"Hearts","id":19},{"label":"7","value":7,"color":"Hearts","id":20},{"label":"8","value":8,"color":"Hearts","id":21
.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.b
@hasibweb
hasibweb / quotes.json
Last active February 1, 2019 09:34
some quotes in JSON file
[
{
"id": 1,
"quote": "Life isn’t about getting and having, it’s about giving and being.",
"author": "Kevin Kruse"
},
{
"id": 2,
"quote": "Whatever the mind of man can conceive and believe, it can achieve.",
"author": "Napoleon Hill"