Skip to content

Instantly share code, notes, and snippets.

View BadRequest0404's full-sized avatar

Eduardo Cruz Garcia BadRequest0404

View GitHub Profile
@icebeam7
icebeam7 / HelloWorld.cs
Last active May 3, 2025 19:41
Hola mundo en C#
Console.WriteLine("hello world");
Console.WriteLine("goodbye");
@bradtraversy
bradtraversy / mysql_cheat_sheet.md
Last active December 31, 2025 19:34
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