kdiri / DataBaseManagementEssentials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database Management Essentials

The assignments that I've finished for the cours of Database Management Essentials on coursera.

To have a MySQL on your localhost easily, you can install docker and use it.

Launch MySQL as a docker instance:

docker-compose -f docker-compose.yaml  up -d 

Stop MySQL Instance

docker-compose -f docker-compose.yaml down

Certificate

My certificate can be found on Certificates repository.