Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Latest commit

 

History

History

Database

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

The database is stored in a mysql workbench file

  • LotsOfVideo.mwb

Download and install mysql workbench to work with the database.

Run SQL Server

docker run --name some-mysql -p 3306:3306 -v /my/own/datadir:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:8 --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci

Schema

ms_project2

Altertnatives include