Skip to content

Instantly share code, notes, and snippets.

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

Chandra Shekhar Pandey chandra10207

🏠
Working from home
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

@chandra10207
chandra10207 / phpunit-assertions.md
Created February 10, 2023 02:53 — forked from briankip/phpunit-assertions.md
A list of PHPUnit assertions
  • assertArrayHasKey
  • assertArrayNotHasKey
  • assertContains
  • assertAttributeContains
  • assertNotContains
  • assertAttributeNotContains
  • assertContainsOnly
  • assertAttributeContainsOnly
  • assertNotContainsOnly
  • assertAttributeNotContainsOnly
@chandra10207
chandra10207 / github-action-ssh.md
Created April 7, 2023 11:21 — forked from raviagheda/github-action-ssh.md
Github Action with EC2 using SSH