ufrgs-hyman / meican

Web application for the management of Dynamic Circuits Networks (DCNs)
Other
10 stars 7 forks source link

php yii migrate gives errors because of database connection issue #80

Open usmanazFIU opened 2 years ago

usmanazFIU commented 2 years ago

it seems like a mysql user is not created with the docker image build and when we run compose command. image i tried logging into meican-db container and access MySQL terminal but root password is also unknown image

italovalcy commented 2 years ago

Hi @usmanazFIU! THanks for reporting this issue! I could reproduce the same issue you are having by modifying the .env file and using "custom" credentials. One workaround would be to use the default .env file (or change the credentials back to the original - make sure to clean up the DB volume). Can you please try a fresh start with the default .env file?