Link Search Menu Expand Document

Data storage

Data is stored using MySQL 8.

Running

Start up using docker-compose

Connecting (Debugging)

Run docker exec -it mysql bash to enter a bash shell for the container

Connect to the database using mysql -u root -p. Enter the password: password!


Table of contents