Skip to content

Instantly share code, notes, and snippets.

View Alirezamxz's full-sized avatar

Alireza Mohamadzadeh Alirezamxz

View GitHub Profile
@nurbek-ab
nurbek-ab / text-align.css
Created January 21, 2015 08:48
Bootstrap text-align for different screen sizes
.text-xs-left {
text-align: left !important;
}
.text-xs-right {
text-align: right !important;
}
.text-xs-center {
text-align: center !important;

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