You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After having no success with postgres I now tried mysql, but despite MYSQL_USER and PASSWORD being the same as the DB values for koel in docker-compose.mysql.yml, koel is unable to access the mysql database in the container:
SQLSTATE[HY000] [1045] Access denied for user 'koel'@'172.19.0.3' (using password: YES)
I have recreated the containers multiple times, and have no idea how to debug this...
The text was updated successfully, but these errors were encountered:
Hi @xeruf glad you found out the solution, thanks for posting it back here :)
Indeed volumes will keep the database configuration including users and passwords.
After having no success with postgres I now tried mysql, but despite MYSQL_USER and PASSWORD being the same as the DB values for koel in
docker-compose.mysql.yml
, koel is unable to access the mysql database in the container:I have recreated the containers multiple times, and have no idea how to debug this...
The text was updated successfully, but these errors were encountered: