Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lectures/SQL-01-MySQL-Handout.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Starting Mysql with MAMP (Macintosh):

/Applications/MAMP/Library/bin/mysql -u root -p (enter root when prompted)

Starting Mysql with MAMP 7.1 (Mac M3 ARM):

/Applications/MAMP/Library/bin/mysql80/bin/mysql -u root -p (enter root when prompted)

Starting MySql with XAMPP (Windows):

c:\xampp\mysql\bin\mysql.exe -u root -p
Expand Down