Skip to content

Instantly share code, notes, and snippets.

View samofoke's full-sized avatar
🏠
Working from home

Sabata Mofokeng samofoke

🏠
Working from home
View GitHub Profile
@samofoke
samofoke / mongodb_cheat_sheet.md
Created December 24, 2019 20:00 — forked from bradtraversy/mongodb_cheat_sheet.md
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@samofoke
samofoke / mysql_cheat_sheet.md
Created November 18, 2019 01:53 — forked from bradtraversy/mysql_cheat_sheet.md
MySQL Cheat Sheet

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