Skip to content

Instantly share code, notes, and snippets.

@Shreeja-tech
Shreeja-tech / cheatsheet.md
Created October 23, 2022 20:13 — forked from nax3t/cheatsheet.md
Goorm MySQL Cheat Sheet

Goorm MySQL Cheat Sheet

The purpose of this document is to quickly show you how to get back into your MySQL database after returning from a break

All the commands below will be run from the terminal (command line).

  1. Start by running the mysql service and opening the mysql shell, this can be done simultaneously with a single command:
mysql-ctl cli

If this worked then you should see mysql> in your terminal. You may now enter the following MySQL commands: