Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 714 Bytes

01_SQL.md

File metadata and controls

30 lines (16 loc) · 714 Bytes

MySQL Setup

Here is a quick document on how to setup MySQL.

Standard

Download and install MySQL Community Server. Make sure it is running after installation.

alt text

Then download MySQL Workbench and create a connection.

alt text

Connecting should give you this interface.

alt text

Copy paste contents of ../database/schema.sql into the page and hit the "run" button.

alt text

Click refresh and view the tables on the left.

alt text

Our database is now set up!

With Docker

TODO...