Docker Compose MySQL Multiple Database

preview_player
Показать описание
Docker Compose MySQL Multiple Database
In this video, We will explain to you how to set up MySQL following multiple databases using Docker-Compose

root (use can use it for local development)
test (use can use it for testing)

Рекомендации по теме
Комментарии
Автор

Nice tutorial! I would love your advice. I have a django app which has a
mysql db which I need to change over to postgres. Can I simply make the
changes in the docker-compose.yml file or do I need to search for any
mysql reference thoughout the whole app and change it to psql? Thank you
for your help, I can't find much info about it online.

elenaperez
Автор

the 01.sql and initdb.d part does not work for me. Does it require some specific version of docker or mysql? I don't use the latest version because of some dependencies

willembielefeld